diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-10 14:09:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-10 14:09:02 -0200 |
commit | 049a0b0d07c3257b3224b2936d0d127ebe739790 (patch) | |
tree | 15710c4865c50383c940f01de4a56bcbca298429 /manifests | |
parent | b91f479fdd5d9d9ee17728c00d6385388d6da46a (diff) | |
download | puppet-nodo-049a0b0d07c3257b3224b2936d0d127ebe739790.tar.gz puppet-nodo-049a0b0d07c3257b3224b2936d0d127ebe739790.tar.bz2 |
Adding runit module
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a4a94fa..083d29c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -55,6 +55,7 @@ import "mumble" import "mpd" import "bitcoind" import "rsync" +import "runit" # Import subsystems import "subsystems/firewire.pp" |