Sha256: fa54b728ab67aa49ded66ee5eb7a012b1fcf54b3e03caa88631da2aa9885e12e
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
# encoding: utf-8 # author: Christoph Hartmann # author: Dominik Richter # # prepares services case node['platform'] when 'ubuntu' # install ntp as a service include_recipe 'apt::default' package 'ntp' when 'centos' # install runit for alternative service mgmt if node['platform_version'].to_i == 6 include_recipe 'os_prepare::_runit_service_centos' unless node['osprepare']['docker'] include_recipe 'os_prepare::_upstart_service_centos' unless node['osprepare']['docker'] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inspec-0.30.0 | test/cookbooks/os_prepare/recipes/service.rb |
inspec-0.29.0 | test/cookbooks/os_prepare/recipes/service.rb |