Skip to content

Commit

Permalink
Missing apache configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkaholic committed Jul 12, 2012
1 parent 1540ece commit 1020c4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions puppet/manifests/default.pp
Expand Up @@ -94,10 +94,6 @@
package { "nginx":
ensure => present,
}

service { "apache2":
ensure => "stopped",
}

service { "nginx":
ensure => running,
Expand All @@ -109,6 +105,7 @@
group => root,
mode => 664,
source => "/vagrant/conf/nginx/default",
notify => Service["nginx"],
}

file { "/etc/nginx/sites-enabled/default":
Expand Down

0 comments on commit 1020c4f

Please sign in to comment.