diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 22:03:53 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 22:03:53 +0300 |
commit | d9ee02347e75e45e6bee9f924fc74da777386d60 (patch) | |
tree | 5b0277d569138ad52f4427df93422ca34a5c9375 /deployment | |
parent | b5078a792c3024465cfcf07073a56d043c843389 (diff) | |
download | puppet-d9ee02347e75e45e6bee9f924fc74da777386d60.tar puppet-d9ee02347e75e45e6bee9f924fc74da777386d60.tar.gz puppet-d9ee02347e75e45e6bee9f924fc74da777386d60.tar.bz2 puppet-d9ee02347e75e45e6bee9f924fc74da777386d60.tar.xz puppet-d9ee02347e75e45e6bee9f924fc74da777386d60.zip |
puppet parser validation fixes
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/websites/manifests/www.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp index 8d5443d8..a76b6739 100644 --- a/deployment/websites/manifests/www.pp +++ b/deployment/websites/manifests/www.pp @@ -29,7 +29,7 @@ class websites::www { require => Git::Snapshot[$vhostdir], } - apache::vhost::base { $vhost}: + apache::vhost::base { $vhost: content => template('websites/vhost_www.conf', 'websites/vhost_www_rewrite.conf'), location => $vhostdir, |