annotate .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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
72509bba75b5 Fix hgignore and add some files that accidentally got ignored
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
1 ^private
72509bba75b5 Fix hgignore and add some files that accidentally got ignored
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
2 ^modules/python/.git
307
ab3b392982df Move puppet.conf out of version control now host names need to be correct
IBBoard <dev@ibboard.co.uk>
parents: 42
diff changeset
3 puppet.conf