diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 10:42:36 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 10:42:36 -0200 |
commit | b377480a336736f660dcfb5662c918d36fc222c5 (patch) | |
tree | 0c1d2dabb3c40a66bc54554fa11d4e7af759dcad /manifests | |
parent | dc5760e8951d914169c4503b6dce2267c834bbb1 (diff) | |
download | puppet-nodo-b377480a336736f660dcfb5662c918d36fc222c5.tar.gz puppet-nodo-b377480a336736f660dcfb5662c918d36fc222c5.tar.bz2 |
Including concat::setup
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodo.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index ec0586c..f238154 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -12,6 +12,7 @@ class nodo { include tunnel include profile include domain + include concat::setup # Does not work well inside vservers class { 'runit': ensure => absent } |