summaryrefslogtreecommitdiff
path: root/manifests/service.pp
AgeCommit message (Collapse)Author
2013-08-14Remove variables, switch to inherits.Ashley Penney
This commit removes all the local copies of variables in the subclasses and simply inherits the main class in order to bring variables into the right scope.
2013-07-30Convert some classes to not be parameterized.Ashley Penney
We're following (where possible) the pattern of having parameters only exist on interface classes. As ntp::config and ntp::install are just internal, private, classes, these don't make sense to allow changes to.
2013-07-09Rename parameters, remove outdated documentation, and adds inherit toAshley Penney
ntp on the child classes.
2013-07-08Ensure the rename is done everywhere and wrap the service in aAshley Penney
manage_service param.
2013-07-05Add ntp::service, a class to manage the ntp service.Ashley Penney