Sha256: 813cabefbaf3f3a39940fbdd092e91f3af5f601a378bb090460480ed26f6f71c

Contents?: true

Size: 1.01 KB

Versions: 12

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.15.0"

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

12 entries across 11 versions & 3 rubygems

Version Path
ciborg-3.0.0 chef/travis-cookbooks/worker_host/runit/metadata.rb
ciborg-3.0.0 chef/travis-cookbooks/ci_environment/runit/metadata.rb
lobot-2.1.0 chef/travis-cookbooks/worker_host/runit/metadata.rb
server_maint-0.0.8 lib/cookbooks/runit/metadata.rb
server_maint-0.0.7 lib/cookbooks/runit/metadata.rb
server_maint-0.0.6 lib/cookbooks/runit/metadata.rb
server_maint-0.0.5 lib/cookbooks/runit/metadata.rb
server_maint-0.0.4 lib/cookbooks/runit/metadata.rb
server_maint-0.0.3 lib/cookbooks/runit/metadata.rb
lobot-2.0.0pre chef/travis-cookbooks/worker_host/runit/metadata.rb
server_maint-0.0.2 lib/cookbooks/runit/metadata.rb
lobot-1.0.pre chef/travis-cookbooks/worker_host/runit/metadata.rb