diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-09-24 01:50:50 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-09-24 01:50:50 +0100 |
commit | 14950b410cb2836c40d86d76ad14ce96789314da (patch) | |
tree | 78430bdc4eb983d9f959667c883113dcc08aefa4 /manifests | |
parent | b160308cc3ccd5e53486e89fff922b55b4cdb3a4 (diff) | |
download | puppet-14950b410cb2836c40d86d76ad14ce96789314da.tar puppet-14950b410cb2836c40d86d76ad14ce96789314da.tar.gz puppet-14950b410cb2836c40d86d76ad14ce96789314da.tar.bz2 puppet-14950b410cb2836c40d86d76ad14ce96789314da.tar.xz puppet-14950b410cb2836c40d86d76ad14ce96789314da.zip |
Get a working config for neru
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/neru.pp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/manifests/nodes/neru.pp b/manifests/nodes/neru.pp index 9bb69a9b..7c6eda84 100644 --- a/manifests/nodes/neru.pp +++ b/manifests/nodes/neru.pp @@ -1,7 +1,7 @@ node neru { # Location: Scaleway Paris # - include common::default_mageia_server + include common::default_mageia_server_no_smtp timezone::timezone { 'Europe/Paris': } include postfix::server::secondary # include blog::base @@ -11,18 +11,18 @@ node neru { # include mysql::server include dns::server - include planet - include websites::archives - include websites::static - include websites::hugs - include websites::releases - include websites::www - include websites::nav - include websites::doc - include websites::start - include dashboard - include access_classes::web - include openssh::ssh_keys_from_ldap +# include planet +# include websites::archives +# include websites::static +# include websites::hugs +# include websites::releases +# include websites::www +# include websites::nav +# include websites::doc +# include websites::start +# include dashboard +# include access_classes::web +# include openssh::ssh_keys_from_ldap openldap::slave_instance { '1': rid => 1, |