]> git.pld-linux.org Git - packages/salt.git/commitdiff
- up to 0.11.1
authorTomasz Rutkowski <alucard@pld-linux.org>
Fri, 21 Dec 2012 12:10:43 +0000 (13:10 +0100)
committerTomasz Rutkowski <alucard@pld-linux.org>
Fri, 21 Dec 2012 12:10:43 +0000 (13:10 +0100)
- removed pld patch (installing lsb-release fixes it)
- renamed to project name

python-salt-grains.patch [deleted file]
salt-master.service [new file with mode: 0644]
salt-minion.service [new file with mode: 0644]
salt.spec [moved from python-salt.spec with 100% similarity]

diff --git a/python-salt-grains.patch b/python-salt-grains.patch
deleted file mode 100644 (file)
index 415f2f6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- salt-0.9.6/salt/grains/core.py_orig        2012-02-15 10:14:02.313348662 +0000
-+++ salt-0.9.6/salt/grains/core.py     2012-02-15 10:15:23.770014906 +0000
-@@ -355,6 +355,8 @@ def os_data():
-                     grains['lsb_{0}'.format(match.groups()[0].lower())] = match.groups()[1].rstrip()
-         if os.path.isfile('/etc/arch-release'):
-             grains['os'] = 'Arch'
-+        if os.path.isfile('/etc/pld-release'):
-+            grains['os'] = 'PLD Linux'
-         elif os.path.isfile('/etc/debian_version'):
-             grains['os'] = 'Debian'
-             if 'lsb_distrib_id' in grains:
diff --git a/salt-master.service b/salt-master.service
new file mode 100644 (file)
index 0000000..148eeaf
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=Salt Master daemon
+After=syslog.target network.target
+
+[Service]
+ExecStart=/usr/bin/salt-master -d
+Type=simple
+
+[Install]
+WantedBy=multi-user.target
diff --git a/salt-minion.service b/salt-minion.service
new file mode 100644 (file)
index 0000000..3abe473
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=Salt Minion daemon
+After=syslog.target network.target
+
+[Service]
+ExecStart=/usr/bin/salt-minion -d
+Type=simple
+
+[Install]
+WantedBy=multi-user.target
similarity index 100%
rename from python-salt.spec
rename to salt.spec
This page took 0.11123 seconds and 4 git commands to generate.