mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pkg/solaris : fix typo on salt-master's manifest
A typo on salt-master's manifest prevents its start without salt-minion on SunOS/Solaris/SmartOS platform. Tested on SmartOS joyent_20130405T010449Z.
This commit is contained in:
parent
3ef771a41b
commit
adc740f710
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
grouping="require_all"
|
||||
restart_on="none"
|
||||
type="path">
|
||||
<service_fmri value='file:///etc/salt/minion'/>
|
||||
<service_fmri value='file:///etc/salt/master'/>
|
||||
</dependency>
|
||||
|
||||
<dependency name="network"
|
||||
|
|
Loading…
Add table
Reference in a new issue