diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-10 16:57:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-10 16:57:22 -0200 |
commit | 7e536e59b685b4397ee1c62ff10a63a36aa452f2 (patch) | |
tree | 3d811729d78ad89936251f7913d427c3c5337c89 | |
parent | 049a0b0d07c3257b3224b2936d0d127ebe739790 (diff) | |
download | puppet-nodo-7e536e59b685b4397ee1c62ff10a63a36aa452f2.tar.gz puppet-nodo-7e536e59b685b4397ee1c62ff10a63a36aa452f2.tar.bz2 |
Adding runit into nodo class
-rw-r--r-- | manifests/nodo.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index b4b7e22..52a6356 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -13,6 +13,8 @@ class nodo { include profile include domain + class { 'runit': } + # Set timezone and ntp config # # We config those here but leave class inclusion elsewhere |