Skip to content

Commit

Permalink
Merge pull request #6 from m3brown/nginx_default_conf
Browse files Browse the repository at this point in the history
Remove File reference to nginx default.conf
  • Loading branch information
Ooblioob committed May 1, 2014
2 parents 1f6aa8d + 1c94735 commit 28cf155
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions puppet/excella_modules/salad_app/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@
proxy => 'http://jenkins',
}

file { "/etc/nginx/conf.d/default.conf":
ensure => absent,
require => Package['nginx'],
notify => Service['nginx'],
}

class { 'jenkins':
config_hash => {
'JENKINS_PORT' => { 'value' => '8001' },
Expand Down

0 comments on commit 28cf155

Please sign in to comment.