diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 18:28:11 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 18:28:19 +0200 |
commit | 5b4fbb5f53cfe34b9852223bc5dee86875fbe7b0 (patch) | |
tree | 9d97ee7848753ee69fc713881fdb004ce94c9cec /manifests | |
parent | 596f9fefb01f1419e640f3f3a878443adc047b07 (diff) | |
download | Puppet-5b4fbb5f53cfe34b9852223bc5dee86875fbe7b0.tar.gz Puppet-5b4fbb5f53cfe34b9852223bc5dee86875fbe7b0.tar.zst Puppet-5b4fbb5f53cfe34b9852223bc5dee86875fbe7b0.zip |
Rename cron-puppet class to cron_puppet
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 1464586..88882af 100644 --- a/manifests/site.pp +++ b/manifests/site.pp | |||
@@ -1,3 +1,3 @@ | |||
1 | node default { | 1 | node default { |
2 | include cron-puppet | 2 | class { 'cron_puppet': } |
3 | } | 3 | } |