]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
Firewall class manifests
authorDan Carley <dan.carley@gmail.com>
Mon, 11 Jun 2012 07:09:13 +0000 (08:09 +0100)
committerDan Carley <dan.carley@gmail.com>
Wed, 27 Feb 2013 22:36:18 +0000 (22:36 +0000)
commitd11fd4f179ae6701049179da4bae487e8f0c8d41
treec621f0a9f8580d87da27393cfe26ef496efbdab4
parent7d90bd026626670bfeb6ebaf005b124ff5227651
Firewall class manifests

Manifests for managing the required packages and services on supported Linux
operating systems. These will be required for persistence.
manifests/init.pp [new file with mode: 0644]
manifests/linux.pp [new file with mode: 0644]
manifests/linux/debian.pp [new file with mode: 0644]
manifests/linux/redhat.pp [new file with mode: 0644]
spec/classes/firewall_linux_debian_spec.rb [new file with mode: 0644]
spec/classes/firewall_linux_redhat_spec.rb [new file with mode: 0644]
spec/classes/firewall_linux_spec.rb [new file with mode: 0644]
spec/classes/firewall_spec.rb [new file with mode: 0644]
spec/fixtures/modules/firewall/lib [new symlink]
spec/fixtures/modules/firewall/manifests [new symlink]
spec/spec_helper.rb