summaryrefslogtreecommitdiff
path: root/puppet
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-05-23 13:48:15 +0200
committervarac <varacanero@zeromail.org>2017-05-23 14:19:55 +0200
commit0dec9e7305001353beca3b32e180bc9e707ce8b9 (patch)
tree8ae84a336a964cec05d9d187f1e66f1aaa6ee0bc /puppet
parent85c0f8a67188902c36558d97651c2801849112f1 (diff)
[vagrant] Lint vagrant.pp
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/site_config/manifests/vagrant.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/puppet/modules/site_config/manifests/vagrant.pp b/puppet/modules/site_config/manifests/vagrant.pp
index 8f50b305..23ca4de1 100644
--- a/puppet/modules/site_config/manifests/vagrant.pp
+++ b/puppet/modules/site_config/manifests/vagrant.pp
@@ -1,11 +1,11 @@
+# Gets included on vagrant nodes
class site_config::vagrant {
- # class for vagrant nodes
include site_shorewall::defaults
- # eth0 on vagrant nodes is the uplink if
+ # eth0 on vagrant nodes is the uplink
shorewall::interface { 'eth0':
- zone => 'net',
- options => 'tcpflags,blacklist,nosmurfs';
+ zone => 'net',
+ options => 'tcpflags,blacklist,nosmurfs';
}
}