diff options
author | Michael Scherer <misc@mageia.org> | 2012-02-09 09:10:45 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-02-09 09:10:45 +0000 |
commit | fc0ae7ab095230dc1ee443bb728f8f3fce296980 (patch) | |
tree | f4d404d03048644a0d84d7e4386f1d306408e160 | |
parent | b8cbaaed22c85b1084ac47b32eee2c114b0b479a (diff) | |
download | puppet-fc0ae7ab095230dc1ee443bb728f8f3fce296980.tar puppet-fc0ae7ab095230dc1ee443bb728f8f3fce296980.tar.gz puppet-fc0ae7ab095230dc1ee443bb728f8f3fce296980.tar.bz2 puppet-fc0ae7ab095230dc1ee443bb728f8f3fce296980.tar.xz puppet-fc0ae7ab095230dc1ee443bb728f8f3fce296980.zip |
use a stompserver ( since otherwise, database can be locked for quite a long time )
-rw-r--r-- | modules/puppet/templates/puppet.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index 702f59af..078e500b 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -12,6 +12,9 @@ ssldir = $vardir/ssl modulepath = $confdir/modules:$confdir/deployment:$confdir/external:/usr/share/puppet/modules + queue_type = stomp + queue_source = stomp://localhost:61613 + dbadapter = sqlite3 [master] certname = puppet.<%= domain %> @@ -27,6 +30,7 @@ dbadapter = sqlite3 dblocation = /var/lib/puppet/storeconfigs.db + async_storeconfigs = true [agent] server = puppet.<%= domain %> |