diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 19:36:21 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 19:39:09 +0200 |
commit | 2d02240aaac30d65e47de15198853fc95e32411b (patch) | |
tree | c0e1e05e7f1f7dd3d68a704675e476568b65b504 /manifests | |
parent | 943107e9fc8ae30612f767253845334ef99fdf8f (diff) | |
download | Puppet-2d02240aaac30d65e47de15198853fc95e32411b.tar.gz Puppet-2d02240aaac30d65e47de15198853fc95e32411b.tar.zst Puppet-2d02240aaac30d65e47de15198853fc95e32411b.zip |
Add stdlib module
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 45b7c01..0c7fdf4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp | |||
@@ -1,4 +1,5 @@ | |||
1 | node default { | 1 | node default { |
2 | include stdlib | ||
2 | class { 'ovh_cleanup': } | 3 | class { 'ovh_cleanup': } |
3 | class { 'base_packages': } | 4 | class { 'base_packages': } |
4 | class { 'cron_puppet': } | 5 | class { 'cron_puppet': } |