cookbook 'm-ntp', '= 0.3.1'
m-ntp (5) Versions 0.3.1 Follow0
Mission NTP Cookbook
cookbook 'm-ntp', '= 0.3.1', :supermarket
knife supermarket install m-ntp
knife supermarket download m-ntp
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.