Skip to content

Commit

Permalink
Remove File reference to nginx default.conf due to update in puppet-n…
Browse files Browse the repository at this point in the history
…ginx module
  • Loading branch information
m3brown committed Apr 30, 2014
1 parent 6fb305d commit 1c94735
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 1c94735

Please sign in to comment.