diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 14:17:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 14:17:45 -0300 |
commit | b93d3fb89420f7ced9a17ed46802aa68cdf33ddc (patch) | |
tree | dc9aa12ae636935e185ecf1dde0cb14347d9c2d1 /manifests/init.pp | |
parent | 9ef24ec048fc367206c80fd521318a9c50c1fc74 (diff) | |
download | puppet-nodo-b93d3fb89420f7ced9a17ed46802aa68cdf33ddc.tar.gz puppet-nodo-b93d3fb89420f7ced9a17ed46802aa68cdf33ddc.tar.bz2 |
Adding utils::plug
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 32f253c..8721edd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,6 +74,7 @@ import "subsystems/utils/personal.pp" import "subsystems/utils/physical.pp" import "subsystems/utils/storage.pp" import "subsystems/utils/web.pp" +import "subsystems/utils/plug.pp" # Import nodo classes import "nodo.pp" |