From: Silvio Rhatto Date: Mon, 10 Dec 2012 18:57:22 +0000 (-0200) Subject: Adding runit into nodo class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7e536e59b685b4397ee1c62ff10a63a36aa452f2;p=puppet-nodo.git Adding runit into nodo class --- 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