summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloudinit/CloudConfig/cc_mcollective.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/cc_mcollective.py b/cloudinit/CloudConfig/cc_mcollective.py
index b06f0207..d7302fe8 100644
--- a/cloudinit/CloudConfig/cc_mcollective.py
+++ b/cloudinit/CloudConfig/cc_mcollective.py
@@ -61,7 +61,7 @@ def handle(name,cfg,cloud,log,args):
mcollective_config.write(outputfile)
# Now we got the whoe file, write to disk except first line
final_configfile = open('/etc/mcollective/server.cfg', 'wb')
- final_configfile.write(outputfile.getvalue().replace('[nullsection]\n',''))
+ final_configfile.write(outputfile.getvalue().replace('[nullsection]\n','').replace(' =',':'))
final_configfile.close()
# Start mcollective