diff options
author | mh <mh@immerda.ch> | 2008-07-28 20:19:53 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-28 20:19:53 +0000 |
commit | 7ca66ae888b93096862e8ebfd54e14eb5daddcd1 (patch) | |
tree | a70b5aac6ad6b1ccfbdd421968bfe188522077c2 | |
parent | 9db87a60590dfe439e782c5651d118f9324f396a (diff) |
added marshal configs for puppet
-rw-r--r-- | files/client/puppet.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/client/puppet.conf b/files/client/puppet.conf index 2981d8f..4c60dc2 100644 --- a/files/client/puppet.conf +++ b/files/client/puppet.conf @@ -20,6 +20,9 @@ report=true server=puppet.glei.ch + # enable the marshal config format + config_format=marshal + # different run-interval, default= 30min # e.g. run puppetd every 4 hours = 14400 # runinterval = 14400 |