Commit graph

2957 commits

Author SHA1 Message Date
Pedro Algarvio
fb3d7e59f2
Merge pull request #1301 from Ch3LL/update_branch
Update bootstrap stable with new 2019.2 branch
2019-01-08 18:19:26 +00:00
Ch3LL
5e5a3e7a77
Update kitchen.yml with 2019.2 version 2019-01-08 09:28:10 -05:00
Ch3LL
a438b1f1e9
Update bootstrap stabl with new 2019.2 branch 2019-01-07 16:07:29 -05:00
Kevin Quinn
89c0510b24 Add support for bunsenlabs debian derivative 2018-12-28 23:11:08 -05:00
Nicole Thomas
45c125c326
Merge pull request #1295 from rallytime/update-authors-and-changelog
Update Changelog and AUTHORS file with new changes and contributors
2018-11-15 14:37:22 -05:00
Nicole Thomas
d35b5439ef
Merge pull request #1294 from ripesensor/wait_for_apt_info
Wait for apt info
2018-11-15 14:37:09 -05:00
rallytime
3a8c3b22b5
Add mchugh19 to authors and update changelog with amazonlinux 2 support 2018-11-15 14:31:31 -05:00
Nicole Thomas
8287f3a637
Merge pull request #1287 from mchugh19/amazn_linux_2
use official amazon linux 2 repo for amazon linux 2
2018-11-15 14:29:28 -05:00
Matt McKinnon
1f09c5c37e
single space 2018-11-15 13:30:33 -05:00
Matt McKinnon
bf8cfed44d
inform user that we're aware of the apt lock 2018-11-15 13:24:21 -05:00
Matt McKinnon
2459ef79e3
Merge pull request #1 from saltstack/develop
Merge with saltstack
2018-11-15 13:21:44 -05:00
Christian McHugh
a9a030a13b Merge branch 'amazn_linux_2' of https://github.com/mchugh19/salt-bootstrap into amazn_linux_2 2018-11-15 16:58:55 +00:00
Christian McHugh
30b06ebb7d correct git deps for amazon linux 2 2018-11-15 16:58:34 +00:00
rallytime
faaa967364
Update Changelog and AUTHORS file with new changes and contributors 2018-11-15 11:24:49 -05:00
Christian McHugh
a358f95e4c
Merge branch 'develop' into amazn_linux_2 2018-11-14 18:41:21 +00:00
Christian McHugh
d261f72664 support git installs 2018-11-14 18:40:24 +00:00
Christian McHugh
8774b3f4ff add missing trailing slash 2018-11-13 17:51:38 +00:00
rallytime
41a0307a76
Add amazonlinux:2 tests 2018-11-13 09:02:26 -05:00
Nicole Thomas
484ec1bc4b
Merge pull request #1292 from rallytime/release-docs
Add release info to applicable docs
2018-11-08 15:45:05 -05:00
rallytime
0e5e9ee7d6
Add release info to applicable docs
Refs https://github.com/saltstack/salt/issues/34089
2018-11-08 15:44:08 -05:00
Nicole Thomas
13e6b3d2fa
Update License Year
Also update the website location and fix a spelling error.
2018-11-08 09:22:11 -05:00
Nicole Thomas
c1e7b510de
Merge branch 'develop' into amazn_linux_2 2018-11-05 10:22:25 -05:00
Nicole Thomas
ca6f9f0e23
Merge pull request #1291 from ripesensor/wait_for_apt
Modify wait_for_apt function
2018-11-02 12:22:14 -04:00
Matt McKinnon
1874fafbac
return correctly 2018-11-02 09:37:33 -04:00
Matt McKinnon
0276dca341
forgot to sleep, forgot to gpg sign commit 2018-11-02 09:29:22 -04:00
Matt McKinnon
a27cfcb716 . revert __ScriptVersion
. rework __wait_for_apt() to try our apt command first, rather
  than simulating an exit code.
2018-11-02 09:20:36 -04:00
Matt McKinnon
bf3151a15a
modify wait_for_apt function (and others based on it) to rely on the apt exit code to know if the apt process is locked or not. 2018-11-01 14:19:59 -04:00
Nicole Thomas
0af340712d
Merge pull request #1289 from darkocerdic/add-linuxmint-19
Add support for LinuxMint 19
2018-11-01 09:49:21 -04:00
Christian McHugh
e3bc3cc7aa Correct lint error
Use offical amazon linux 2 repo
2018-10-30 06:48:22 +00:00
Darko Cerdic
58a2028387 Add support for LinuxMint 19 2018-10-12 18:38:44 +02:00
Christian McHugh
735e8bb67c remove old comment 2018-09-14 14:35:52 +01:00
Christian McHugh
179b5b315d hacky use of centos7 repo for amazon linux 2 2018-09-14 14:31:59 +01:00
Nicole Thomas
888128a734
Merge pull request #1285 from rallytime/changelog
Update the changelog with latest pull requests
2018-08-28 17:04:40 -04:00
rallytime
b3a84b45c9
Update the changelog with latest pull requests 2018-08-28 17:04:04 -04:00
Nicole Thomas
067d8b8c3a
Merge pull request #1284 from rallytime/authors
Add sjorge to Authors file
2018-08-28 17:01:34 -04:00
rallytime
c3f7ce7310
Add sjorge to Authors file 2018-08-28 17:00:54 -04:00
Nicole Thomas
40f1606f6f
Merge pull request #1278 from The-Loeki/dnfBgone
Fedora: Reduce DNF calls to 2 during install_dep phase
2018-08-28 16:57:23 -04:00
Nicole Thomas
a415f43fd3
Merge pull request #1283 from sjorge/1237
FIX #1237 SmartOS should use pkgin show-deps
2018-08-28 16:56:08 -04:00
sjorge
23ea234af3 Add version note for SmartOS
As of 2015Q4 salt support should be very usable, on older platforms
pkgin also not have all the required dependancies.
2018-08-28 20:26:28 +02:00
sjorge
34551ba7b8 FIX #1237 SmartOS should use pkgin show-deps
The install_smartos_deps function is used for both stable and git.
Only the m2crypt package is not included in the automatic dependacies
for the salt package.

We simply query the salt package to figure out the dependancies. That we
we have the right set for both git and stable. Even if pacakge names
change in the future.
2018-08-28 19:49:42 +02:00
Nicole Thomas
136da51195
Merge branch 'develop' into dnfBgone 2018-08-19 06:10:15 -04:00
Daniel Wallace
04c1f66e7e
Merge pull request #1282 from Ch3LL/sha_2018.08.15
Add sha sum for 2018.08.15 release
2018-08-15 14:48:09 -05:00
Ch3LL
4877384f02
Add sha sum for 2018.08.15 release 2018-08-15 15:46:12 -04:00
Daniel Wallace
3170ef3b2b
Merge pull request #1280 from Ch3LL/changelog
Changelog for 2018.08.15 release
2018-08-15 13:59:52 -05:00
Ch3LL
cb97a7e551
Add python-futures install to changelog 2018-08-15 14:58:57 -04:00
Ch3LL
1dacb5eb33
Changelog for 2018.08.15 release 2018-08-15 14:19:21 -04:00
Ronald van Zantvoort
c432e49788
Fedora: prevent possible unassigned operator error in stable install as well 2018-08-15 16:39:44 +02:00
Ronald van Zantvoort
f184a1d3ac
dnfBgone rebase 2018-08-15 16:38:00 +02:00
Daniel Wallace
034359d65a
Merge pull request #1279 from gtmanfred/develop
Add tests using kitchen-salt
2018-08-15 09:01:20 -05:00
Daniel Wallace
170a154730
install procps for docker for fedora 2018-08-14 17:27:15 -05:00