aem::maven::mirrors:
- {id: pixelpark-nexus, url: 'https://nexus.pixelpark.com/content/groups/public/', mirrorof: '*'}
+
+sudo::configs:
+ aem:
+ priority: "05"
+ content: |
+ Cmnd_Alias START_PUBLISH = /bin/systemctl start publish
+ Cmnd_Alias START_AUTHOR = /bin/systemctl start author
+ Cmnd_Alias STOP_PUBLISH = /bin/systemctl stop publish
+ Cmnd_Alias STOP_AUTHOR = /bin/systemctl stop author
+ Cmnd_Alias BACKUP = /usr/local/sbin/zfs_rotation.sh*
+ aem ALL=(ALL) NOPASSWD:START_PUBLISH, START_AUTHOR, STOP_PUBLISH, STOP_AUTHOR, BACKUP
+
#
# Author
#