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/plug.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/plug.pp')
-rw-r--r-- | manifests/plug.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp index f9e787b..858ba0a 100644 --- a/manifests/plug.pp +++ b/manifests/plug.pp @@ -1,4 +1,4 @@ -class nodo::plug inherits nodo { +class nodo::plug { include syslog-ng include nodo::utils::plug include nodo::utils::physical |