dismantle all arch infrastructure
This commit is contained in:
parent
5df7bdf2da
commit
0b09537ba4
59 changed files with 21 additions and 1524 deletions
|
@ -1,10 +1,3 @@
|
|||
if node.os == 'arch':
|
||||
service_name = 'cronie'
|
||||
package_name = 'pkg_pacman:cronie'
|
||||
else:
|
||||
service_name = 'cron'
|
||||
package_name = 'pkg_apt:cron'
|
||||
|
||||
files = {
|
||||
'/etc/crontab': {
|
||||
'content_type': 'mako',
|
||||
|
@ -24,9 +17,9 @@ directories = {
|
|||
}
|
||||
|
||||
svc_systemd = {
|
||||
service_name: {
|
||||
'cron': {
|
||||
'needs': {
|
||||
package_name,
|
||||
'pkg_apt:cron',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -4,9 +4,4 @@ defaults = {
|
|||
'cron': {},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'cronie': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue