diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-25 01:23:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-25 01:23:21 -0200 |
commit | 4566c7da664016f3244b31c1f63b37ac8af7f37b (patch) | |
tree | 849ec5ab81a9cd51f752857fa5e55d1fd2a32adb | |
parent | 719e96989689daa76b14296465fd9a9e33d2e008 (diff) | |
download | puppet-apache-4566c7da664016f3244b31c1f63b37ac8af7f37b.tar.gz puppet-apache-4566c7da664016f3244b31c1f63b37ac8af7f37b.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 505a134..00778f9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -99,7 +99,7 @@ class apache { notify => Service["apache"], } } - default: + default: { file { "${apache2_sites}-available/$title": ensure => $ensure, content => template('apache/site.erb'), |