diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-08 20:33:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-08 20:33:00 -0300 |
commit | 3e086c7e7a9da23c3c37afad89bf6d6fef307641 (patch) | |
tree | 07c91ab2b10cc0008fb6feecac842ecdb165048c /manifests/init.pp | |
parent | 6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d (diff) | |
download | puppet-nodo-3e086c7e7a9da23c3c37afad89bf6d6fef307641.tar.gz puppet-nodo-3e086c7e7a9da23c3c37afad89bf6d6fef307641.tar.bz2 |
Adding utils::storage
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 e22edbb..826e208 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -509,6 +509,7 @@ class nodo::proxy inherits nodo::vserver { class nodo::storage inherits nodo::vserver { # Class for backup nodes + include utils::storage } class nodo::test inherits nodo::web { |