diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-14 13:16:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-14 13:16:11 -0300 |
commit | 83d69a67fe2b8ad200ea20866985179c57e1139c (patch) | |
tree | f30444505cb6dd686aff05a4975edd4e091398fa | |
parent | d4df8cad44650e3322bd90d375add470bedaa288 (diff) | |
download | puppet-nodo-83d69a67fe2b8ad200ea20866985179c57e1139c.tar.gz puppet-nodo-83d69a67fe2b8ad200ea20866985179c57e1139c.tar.bz2 |
Including firewall::openvpn and firewall::ppp into nodo::laptop
-rw-r--r-- | manifests/laptop.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index c4e5823..db355c0 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -3,6 +3,8 @@ class nodo::laptop inherits nodo::personal { include modprobe::laptop include sysctl::laptop include firewall::wifi + include firewall::openvpn + include firewall::ppp # fstab if $fstab != false { |