Sha256: f2d378174268a3676fe55d673bc3d9824e7e55dc0475827b7a43a0f10f9645fe
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs runit and provides runit_service definition" version "0.14.2" recipe "runit", "Installs and configures runit" %w{ ubuntu debian gentoo }.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/chpst_bin", :display_name => "Runit chpst bin", :description => "Location of the chpst binary", :default => "/usr/bin/chpst" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-up-0.0.1 | templates/chef/cookbooks/runit/metadata.rb |