diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-28 00:39:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-28 00:39:51 -0300 |
commit | 789a003e15f933c93d02e3cf58ae2ea12181a21c (patch) | |
tree | f15032ef5caeabef091695d3a59fb76dfd488933 | |
parent | 68bfbe8ca1fb64ecfe51b963248b198f11c75764 (diff) | |
download | puppet-apache-789a003e15f933c93d02e3cf58ae2ea12181a21c.tar.gz puppet-apache-789a003e15f933c93d02e3cf58ae2ea12181a21c.tar.bz2 |
Adding $ into prototype
-rw-r--r-- | manifests/envvars.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/envvars.pp b/manifests/envvars.pp index a8659ba..0125bcb 100644 --- a/manifests/envvars.pp +++ b/manifests/envvars.pp @@ -1,5 +1,5 @@ class apache::envvars( - source = undef + $source = undef ) { file { "/etc/apache2/envvars": ensure => present, |