diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 15:51:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 15:51:35 -0300 |
commit | 47ab1cae85519b47fd6bf98e796add62e87dcec8 (patch) | |
tree | 8590ec00db2d83012ec424e117ad32ba08494cba /manifests/host.pp | |
parent | 616a76609b9e03223328d3dfb66c2334bade9464 (diff) | |
download | puppet-nodo-47ab1cae85519b47fd6bf98e796add62e87dcec8.tar.gz puppet-nodo-47ab1cae85519b47fd6bf98e796add62e87dcec8.tar.bz2 |
Make nodo class include the role class
Diffstat (limited to 'manifests/host.pp')
-rw-r--r-- | manifests/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index eb907bb..ee87e2f 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -1,5 +1,5 @@ # Fully capable node able to host other nodes -class nodo::host inherits nodo { +class nodo::host { include nodo::subsystem::initramfs include nodo::subsystem::modprobe include nodo::subsystem::firewire |