summaryrefslogtreecommitdiff
path: root/manifests/daemon/base.pp
AgeCommit message (Collapse)Author
2017-10-05concat::fragment does not have an 'ensure' var anymoreLouis-Philippe VĂ©ronneau
2016-09-22Subscribe to the Concat resource, not to the File one.intrigeri
This is needed with recent versions of the concat module.
2016-09-22Drop owner, group and mode for concat::fragment.intrigeri
These parameters are not supported anymore in recent versions of the concat module. Besides, they make little sense since what matters is the ownership and permissions of the resulting, merged file.
2016-08-25Fixes for puppet lintMicah Anderson
2013-01-02refactor daemon and main class for better designmh
By extracting the resources to their own class we can avoid a bug in puppet that makes it hard to deal with inherited parametrized classes.