diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-28 22:10:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-28 22:10:47 -0300 |
commit | 98b9031c13e9c044fb06f25d28af6c3281b7c3d2 (patch) | |
tree | f2521a2210615f90b1948d19b624b6a865fda185 | |
parent | d01ad112b356b2d4d784ec69572de953b0cc4134 (diff) | |
download | puppet-nodo-98b9031c13e9c044fb06f25d28af6c3281b7c3d2.tar.gz puppet-nodo-98b9031c13e9c044fb06f25d28af6c3281b7c3d2.tar.bz2 |
Adding utils::physical into nodo::plug
-rw-r--r-- | manifests/plug.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp index 81820e6..7380f12 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -1,6 +1,7 @@ class nodo::plug inherits nodo { include syslog-ng include utils::plug + include utils::physical include sysctl include resolver |