mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
9 lines
199 B
Makefile
Executable File
9 lines
199 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_installinit:
|
|
dh_installinit --no-start --name="salt-master"
|
|
dh_installinit --no-start --name="salt-minion"
|
|
dh_installinit --no-start --name="salt-syndic"
|