Select Badges

Select Supported Platforms

Select Status

RSS

m-ntp (5) Versions 0.5.0

Mission NTP Cookbook

Policyfile
Berkshelf
Knife
cookbook 'm-ntp', '~> 0.5.0', :supermarket
cookbook 'm-ntp', '~> 0.5.0'
knife supermarket install m-ntp
knife supermarket download m-ntp
README
Dependencies

Mission NTP Cookbook

This ntp cookbook installs and configures network time protocol services on Linux systems. It is not meant to be included in part of a recipe, but is meant to be included in a client specific cookbook, where a custom resource can be called which installs NTP.

Add this line to the client cookbook metadata.rb where you want NTP to be installed:

depends 'm-ntp'

Then within the recipes where you need NTP installed on systems, call the resource:

ntp '$timeszone'

For example:

ntp 'America/Los_Angeles'

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.