Sha256: 9dddaafcba58144ff85a6c61a9ff6da7a52c24182a9ff73ffac82f072eadf06c
Contents?: true
Size: 826 Bytes
Versions: 20
Compression:
Stored size: 826 Bytes
Contents
maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs runit and provides runit_service definition" version "0.7" %w{ ubuntu debian }.each do |os| supports os end attribute "runit", :display_name => "Runit", :description => "Hash of runit attributes", :type => "hash" attribute "runit/sv_bin", :display_name => "Runit sv bin", :description => "Location of the sv binary", :default => "/usr/bin/sv" attribute "runit/service_dir", :display_name => "Runit service directory", :description => "Symlinks to services managed under runit", :default => "/etc/service" attribute "runit/sv_dir", :display_name => "Runit sv directory", :description => "Location of services managed by runit", :default => "/etc/sv"
Version data entries
20 entries across 20 versions & 1 rubygems