diff .hgignore @ 307:ab3b392982df

Move puppet.conf out of version control now host names need to be correct Each host will need to copy and edit the file, e.g.: sudo cp puppet.conf.template puppet.conf sudo sed -i "s/localhost/$(hostname)/g" puppet.conf Note: We could do this in a one-liner, but it'd require tee and dev-null-ing output
author IBBoard <dev@ibboard.co.uk>
date Sat, 22 Feb 2020 17:07:15 +0000
parents 72509bba75b5
children
line wrap: on
line diff
--- a/.hgignore	Sat Feb 22 16:22:57 2020 +0000
+++ b/.hgignore	Sat Feb 22 17:07:15 2020 +0000
@@ -1,2 +1,3 @@
 ^private
 ^modules/python/.git
+puppet.conf