diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-19 12:54:46 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-19 12:54:46 +0000 |
commit | ab25f36b163c98cebf737d916531cb495f674e22 (patch) | |
tree | a179a0a992800cd36727adf3908e5c20dbc3c738 /manifests | |
parent | 6b341794b8680bddc284d2cd98da38cfb3e426ea (diff) | |
download | puppet-ab25f36b163c98cebf737d916531cb495f674e22.tar puppet-ab25f36b163c98cebf737d916531cb495f674e22.tar.gz puppet-ab25f36b163c98cebf737d916531cb495f674e22.tar.bz2 puppet-ab25f36b163c98cebf737d916531cb495f674e22.tar.xz puppet-ab25f36b163c98cebf737d916531cb495f674e22.zip |
Enable websites::www on alamut
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/alamut.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 0a79a82d..ba7b54f7 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -105,6 +105,7 @@ node alamut { include wikis include websites::perl + include websites::www class { 'mgapeople': ldap_server => 'ldap.mageia.org', |