Pedro Algarvio
40c2289798
Merge branch 'develop' into stable for v2014.08.30 stable release
2014-08-30 14:29:10 +01:00
Pedro Algarvio
187ad5c300
Bump version for stable release
2014-08-30 14:28:32 +01:00
Pedro Algarvio
e47c491c9b
Add Dag Viggo Lokøen(@dagvl) to AUTHORS
2014-08-29 21:05:44 +01:00
Pedro Algarvio
0f70da350b
Update changes log
2014-08-29 21:05:15 +01:00
Pedro Algarvio
db85b86e19
Merge pull request #453 from dagvl/develop
...
Updated EPEL url for CentOS 7 to match the new EPEL release
2014-08-29 21:04:25 +01:00
Pedro Algarvio
6ce9c120b3
Update changes log
2014-08-29 20:43:07 +01:00
Pedro Algarvio
cd3a2f2bc9
Properly detect Arch Linux when lsb-release is available
2014-08-29 20:43:07 +01:00
Pedro Algarvio
fedaac365d
Update changes log
2014-08-29 20:43:07 +01:00
Pedro Algarvio
63bde1f970
Skip service checks for salt-api
...
Since this should be an opt-in service not necessarily meant to start
at boot time.
Fixes #450
2014-08-29 20:43:07 +01:00
Pedro Algarvio
f01fb09e8a
Include missing salt-api
on cent post function
2014-08-29 20:43:07 +01:00
Dag Viggo Lokoeen
0632629223
Updated EPEL url for CentOS 7 to match the new EPEL release
2014-08-29 12:32:53 -07:00
Joseph Hall
cd1b6d5419
Merge pull request #452 from chrish42/patch-1
...
Fix typo
2014-08-29 12:41:27 -06:00
Christian Hudon
2f23e5598a
Fix typo
2014-08-29 14:38:39 -04:00
Pedro Algarvio
c14c38b74d
Merge branch 'develop' into stable
2014-08-23 14:09:29 +01:00
Pedro Algarvio
007a5f8985
Bump version
2014-08-23 14:09:09 +01:00
Pedro Algarvio
76cf0ae8d7
Merge branch 'develop' into stable
2014-08-23 14:07:06 +01:00
Pedro Algarvio
1dee68dc1d
The evaluated value
2014-08-21 00:58:16 +01:00
Pedro Algarvio
94380222f8
Move usage lower to make use of _SALT_ETC_DIR
2014-08-21 00:52:23 +01:00
Pedro Algarvio
10354034ee
Match against the supported clone protocols
2014-08-19 19:13:58 +01:00
Pedro Algarvio
4abbc61e8a
This is not the place to stop execution!
2014-08-19 18:39:24 +01:00
Pedro Algarvio
7e31761305
Update changes log
2014-08-17 01:04:31 +01:00
Pedro Algarvio
6638ce4ddc
Only shallow clone on version tags.
...
Fix missed references of `SALT_GIT_CHECKOUT_DIR` to `__SALT_GIT_CHECKOUT_DIR`
Fixes saltstack/salt#14855
2014-08-17 01:03:15 +01:00
Pedro Algarvio
3065bdcdca
Fix SC2086. Double quote to prevent globbing and word splitting
2014-08-17 01:03:15 +01:00
Pedro Algarvio
4c1c6c625e
Fix git --single-branch
detection
2014-08-17 01:03:15 +01:00
Pedro Algarvio
44ad9aea7b
Update changes log
2014-08-17 01:03:15 +01:00
Pedro Algarvio
59ddc18e05
Configurable git checkout directory.
2014-08-17 01:03:15 +01:00
Pedro Algarvio
13778c8530
Fix output redirect
2014-08-17 01:03:15 +01:00
Pedro Algarvio
43732b3f52
Merge pull request #447 from cvrebert/patch-1
...
fix typo: DEAMON => DAEMON
2014-08-11 19:15:44 +01:00
Chris Rebert
0b7fac14c3
fix typo: DEAMON => DAEMON
2014-08-11 10:53:32 -07:00
Pedro Algarvio
5f61298453
Tests for --single-branch
support separately.
2014-08-04 16:14:48 +01:00
Pedro Algarvio
619b0ccc3c
Update changes log
2014-08-04 15:43:21 +01:00
Pedro Algarvio
a96aecc5af
Don't shallow clone on git versions lower than 1.7.10
...
Fixes #443
2014-08-04 15:42:36 +01:00
Pedro Algarvio
f0608fb22e
The stable branch should not see the unstable warning messagunstable e
2014-08-03 21:59:56 +01:00
Pedro Algarvio
3d6b5c65e6
The develop branch is still the unstable version of the script
2014-08-03 21:58:59 +01:00
Pedro Algarvio
c26c3fc93b
Update changes log
2014-08-03 21:54:19 +01:00
Pedro Algarvio
5a20bf1bf7
The default sleep between services checks should be 10 only on Ubuntu
2014-08-03 21:51:14 +01:00
Pedro Algarvio
beaf133bab
Output the value of $PATH as a debug message.
2014-08-03 21:42:43 +01:00
Pedro Algarvio
c3e204d8b2
Update changes log
2014-08-03 21:42:43 +01:00
Pedro Algarvio
6ce23ebe71
Use the full path to chkconfig
2014-08-03 21:42:43 +01:00
Pedro Algarvio
cd13e7faff
Update changes log
2014-08-03 21:42:43 +01:00
Pedro Algarvio
b538d897c8
Fix EPEL 5 URL
2014-08-03 21:42:43 +01:00
Pedro Algarvio
17e496167d
Merge pull request #445 from cachedout/12248
...
Increase default sleep period to avoid stepping on upstart.
2014-08-01 20:27:37 +01:00
Mike Place
a29dc8e519
Increase default sleep period to avoid stepping on upstart.
...
The default sleep period would cause a race condition with upstart
wherein the package installation would call an upstart start and before
it could complete, bootstrap would call another. The result was *two*
copies of salt running which ended up causing a most stubborn bug that's
documented in salt:#12248
2014-08-01 12:31:27 -06:00
Pedro Algarvio
17b5c9c0e5
Update changes log
2014-07-31 22:47:32 +01:00
Pedro Algarvio
f6535744c5
Merge branch 'develop' of github.com:saltstack/salt-bootstrap into develop
2014-07-31 22:45:56 +01:00
Pedro Algarvio
3f79e25c01
Merge pull request #444 from garethgreenaway/bootstrap_ensure_python_apt
...
Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions
2014-07-31 22:40:11 +01:00
Gareth J. Greenaway
d4c5e4496b
Ensure python-apt is installed by the bootstrap script for Debian & Ubuntu minions.
2014-07-31 13:40:51 -07:00
Pedro Algarvio
2fb1f51269
Merge branch 'develop' of github.com:s0undt3ch/salt-bootstrap into develop
2014-07-30 21:32:41 +01:00
Pedro Algarvio
34e76ba177
Don't try to enable services if the Debian init script is missing.
...
Closes #442 .
2014-07-30 20:42:25 +01:00
Pedro Algarvio
4331abdfe0
Flag messages as warnings
2014-07-30 20:42:25 +01:00