mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
sls/gentoo: openrc moved to sls/openrc;
sls/openrc: splitted to multiple states;
This commit is contained in:
parent
9c71ab2c9a
commit
f705dfa75d
@ -2,6 +2,5 @@
|
||||
include:
|
||||
- gentoo.portage
|
||||
- gentoo.profile
|
||||
- gentoo.openrc
|
||||
- gentoo.makeconf
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
# -*- mode: yaml -*-
|
||||
openrc:
|
||||
pkg.latest:
|
||||
- name: sys-apps/openrc
|
||||
cmd.run:
|
||||
- name: rc
|
||||
include:
|
||||
- cron
|
||||
- openrc
|
||||
|
||||
openrc_rc_cron_job:
|
||||
cron.present:
|
||||
- identifier: rc
|
||||
- name: "/sbin/rc"
|
2
sls/openrc/init.sls
Normal file
2
sls/openrc/init.sls
Normal file
@ -0,0 +1,2 @@
|
||||
include:
|
||||
- openrc.pkg
|
4
sls/openrc/pkg.sls
Normal file
4
sls/openrc/pkg.sls
Normal file
@ -0,0 +1,4 @@
|
||||
openrc:
|
||||
pkg.latest:
|
||||
- pkgs:
|
||||
- sys-apps/openrc
|
Loading…
Reference in New Issue
Block a user