-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create manage_unit, manage_dropin types from hiera
Units and dropins can now be created from hiera records: e.g. ```yaml systemd::manage_dropins: myconf.conf: ensure: present unit: myservice.service service_entry: Type: oneshot ExecStart: - '' - '/usr/bin/doit.sh' systemd::manage_units: myservice.service: unit_entry: Description: My Customisation service_entry: CPUWeight: 2000 ``` * Fixes #435
- Loading branch information
1 parent
2b8eebf
commit 8fc8579
Showing
4 changed files
with
116 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters