summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/vagrant.pp
blob: 04266735b7fd5fee745bc0c496404065a70415bb (plain)
1
2
3
4
5
6
7
8
9
10
class site_config::vagrant {
  # class for vagrant nodes

  # eth0 on vagrant nodes is the uplink if
  shorewall::interface { 'eth0':
    zone      => 'net',
    options   => 'tcpflags,blacklist,nosmurfs';
  }

}