Skip to content

Commit

Permalink
Fix minor typo when removing the default site
Browse files Browse the repository at this point in the history
Patch by Robin Lee Powell <rlpowell@digitalkingdom.org>
  • Loading branch information
DavidS committed Dec 30, 2008
1 parent a7f6115 commit 5a474e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/debian.pp
Expand Up @@ -20,7 +20,7 @@
Exec["force-reload-apache"] { command => "/etc/init.d/apache2 force-reload", }

# remove the default site in debian
file { "/etc/apache/sites-enabled/000-default": ensure => absent }
file { "/etc/apache2/sites-enabled/000-default": ensure => absent }

# activate inclusion of unified directory structure
line {
Expand Down

0 comments on commit 5a474e6

Please sign in to comment.