comparison manifests/templates.pp @ 45:175d4f9cd747 puppet-3.6

Tweak wording for accuracy
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Jun 2015 20:47:31 +0100
parents 765bf01c2044
children 5cdc1c96c477
comparison
equal deleted inserted replaced
42:72509bba75b5 45:175d4f9cd747
104 firewall { '102 allow IMAPS': 104 firewall { '102 allow IMAPS':
105 port => 993, 105 port => 993,
106 proto => tcp, 106 proto => tcp,
107 action => accept, 107 action => accept,
108 } 108 }
109 # Note: SSH port will be managed manually as we 109 # Note: SSH port will be managed separately as we
110 # put it on a different port to hide from script kiddy noise 110 # put it on a different port to hide from script kiddy noise
111 } 111 }
112 112
113 ## Classes to allow facet behaviour using preconfigured setups of classes 113 ## Classes to allow facet behaviour using preconfigured setups of classes
114 114