diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:19:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:19:15 -0200 |
commit | baf3e104280e0ac2ee43358e92f75db617d99190 (patch) | |
tree | d296372752621ee21656b94962b9794323e1ab08 /manifests | |
parent | f2e485a04a010add1905ff110df1ca072d388ca2 (diff) | |
download | puppet-mail-baf3e104280e0ac2ee43358e92f75db617d99190.tar.gz puppet-mail-baf3e104280e0ac2ee43358e92f75db617d99190.tar.bz2 |
Moving site-mail
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/web.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp index 9c86846..2dab8e3 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -136,7 +136,7 @@ class mail::web::mlmmj inherits websites::setup { owner => mlmmj, group => mlmmj, mode => 0640, - source => [ "puppet:///modules/site-mail/mlmmj/htpasswd", + source => [ "puppet:///modules/site_mail/mlmmj/htpasswd", "puppet:///modules/mail/mlmmj/htpasswd" ], } } |