Sha256: 91fc0aaad82cfe52d5013251381971e41c9eeb9e8dff3cce250ac6f24d1d625c

Contents?: true

Size: 338 Bytes

Versions: 20

Compression:

Stored size: 338 Bytes

Contents

ntp Mash.new unless attribute?("ntp")

case platform 
when "ubuntu","debian"
  ntp[:service] = "ntp"
when "redhat","centos","fedora"
  ntp[:service] = "ntpd"
end unless ntp.has_key?(:service)

ntp[:is_server] = false unless ntp.has_key?(:is_server)
ntp[:servers] = ["0.us.pool.ntp.org", "1.us.pool.ntp.org"] unless ntp.has_key?(:servers)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
poolparty-1.6.9 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.8 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.7 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.6 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.5 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.4 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.3 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.2 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.1 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.6.0 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.5.0 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.8 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.7 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.6 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.5 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.4 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.3 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.2 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.1 examples/chef_cloud/chef_repo/cookbooks/ntp/attributes/ntp.rb
poolparty-1.4.0 examples/chef_cloud/chef-repo/cookbooks/ntp/attributes/ntp.rb