]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/supybot/templates/default/supybot.conf.erb
Stop supybot flushing it's config so it doesn't fight with chef
[chef.git] / cookbooks / supybot / templates / default / supybot.conf.erb
index 212dab1a21aa29bee9fe4a6fe720c1962cde080a..fe3c63eb6d2b23a545450497e49cb1ac8e734292 100644 (file)
@@ -451,7 +451,7 @@ supybot.upkeepInterval: 3600
 #
 # Default value: True
 ###
-supybot.flush: True
+supybot.flush: False
 
 ###
 # Determines what characters are valid for quoting arguments to commands
@@ -635,7 +635,7 @@ supybot.directories.data: /var/lib/supybot/data
 #
 # Default value: tmp
 ###
-supybot.directories.data.tmp: /var/tmp/supybot
+supybot.directories.data.tmp: /var/lib/supybot/data/tmp
 
 ###
 # Determines what directory backup data is put into.
@@ -667,7 +667,7 @@ supybot.directories.log: /var/log/supybot
 #
 # Default value:  
 ###
-supybot.plugins: Git Admin Misc Services User Owner Config Channel
+supybot.plugins: Git Admin Misc Owner User Services Config Channel
 
 ###
 # Determines whether this plugin is loaded by default.