Guest User

Untitled

a guest
Apr 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. case $operatingsystem {
  2. CentOS: {
  3. $iptables_packages = ["iptables"],
  4. $iptables_loc = "/etc/sysconfig/iptables"
  5. }
  6. debian: {
  7. $iptables_packages = ["iptables"],
  8. $iptables_loc = "/etc/network/iptables"
  9. }
  10. }
Add Comment
Please, Sign In to add comment