diff options
-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 |