Pedro Algarvio
|
530e80380f
|
Update readme with info required to identify new distributions.
|
2014-04-07 20:19:38 +01:00 |
|
Pedro Algarvio
|
3fa483d4c0
|
Install requests in Gentoo
|
2014-04-07 19:52:53 +01:00 |
|
Pedro Algarvio
|
140ae12c99
|
Install requests in SuSE
|
2014-04-07 19:51:38 +01:00 |
|
Pedro Algarvio
|
fc95031021
|
Install requests in openSUSE
|
2014-04-07 19:50:28 +01:00 |
|
Pedro Algarvio
|
e991da882c
|
requests is also installed on FreeBSD
|
2014-04-07 19:46:06 +01:00 |
|
Pedro Algarvio
|
313861163a
|
Fedora now also installs requests
|
2014-04-07 19:42:01 +01:00 |
|
Pedro Algarvio
|
5c216b7a5e
|
Wording change
|
2014-04-07 19:40:50 +01:00 |
|
Pedro Algarvio
|
aaa6d65606
|
Ubuntu now also installs requests
|
2014-04-07 19:38:48 +01:00 |
|
Pedro Algarvio
|
79bb47bb1e
|
Arch also installs requests
|
2014-04-07 19:28:54 +01:00 |
|
Pedro Algarvio
|
9e16bd6d6e
|
The RedHat family now also installs requests .
|
2014-04-07 19:26:04 +01:00 |
|
Pedro Algarvio
|
7b20577476
|
Install procps and pciutils which allows Docker bootstraps
See https://github.com/saltstack/salt-bootstrap/issues/366#issuecomment-39666813
|
2014-04-06 15:19:12 +01:00 |
|
Pedro Algarvio
|
ffa7ec2fe4
|
python-requests is also available through squeeze backports
|
2014-04-06 15:12:07 +01:00 |
|
Pedro Algarvio
|
d58bdf1ded
|
Add requests as a required dependency for Debian installations.
|
2014-04-06 15:08:04 +01:00 |
|
Pedro Algarvio
|
09c1fa916e
|
Merge pull request #365 from s0undt3ch/develop
Several Lint Fixes
|
2014-04-04 13:41:07 +01:00 |
|
Pedro Algarvio
|
7ae660d4db
|
Fix SC2046. Quote to prevent word splitting.
|
2014-04-04 13:34:13 +01:00 |
|
Pedro Algarvio
|
cea2fb7057
|
Fix SC2068.
Add double quotes around ${@}, otherwise it's just like $* and breaks on spaces.
|
2014-04-04 13:28:27 +01:00 |
|
Pedro Algarvio
|
4808d590ff
|
Merge pull request #360 from s0undt3ch/develop
Install the Debian keys
|
2014-04-04 13:25:16 +01:00 |
|
Pedro Algarvio
|
df6c449fa9
|
Add the backports key to keyring. Update after installing keyring.
|
2014-04-04 13:23:40 +01:00 |
|
Pedro Algarvio
|
c8ab98f600
|
Update ChangeLog
|
2014-04-04 12:58:25 +01:00 |
|
Pedro Algarvio
|
87884d535b
|
Add quotes around apache-libcloud>=$_LIBCLOUD_MIN_VERSION
|
2014-04-04 12:57:08 +01:00 |
|
Pedro Algarvio
|
b26c3264d7
|
Add Liu Xiaohui(@oreh) to AUTHORS
|
2014-04-04 12:55:30 +01:00 |
|
Pedro Algarvio
|
d10b523193
|
Stop complaining about $ needing escape
|
2014-04-04 12:50:57 +01:00 |
|
Pedro Algarvio
|
7827ba5c5e
|
Also install Debian keyring on Ubuntu.
Just in case.
|
2014-04-04 12:50:57 +01:00 |
|
Pedro Algarvio
|
8c764d5428
|
Install the Debian keys. Fixes #359.
|
2014-04-04 12:50:57 +01:00 |
|
Pedro Algarvio
|
ca25c35e33
|
Merge pull request #364 from oreh/develop
Avoid leaving unnecessary file after bootstrap install.
|
2014-04-04 12:50:06 +01:00 |
|
oreh
|
58024f79ac
|
Avoid leaving unnecesary file after boostrap install. pip-python treats the version requirement, ">=", as an output redirection. As a result, a "=0.1.40" file is created when installing libcloud.
|
2014-04-04 15:52:43 +08:00 |
|
Pedro Algarvio
|
8c993bcd86
|
Merge pull request #358 from s0undt3ch/develop
Several Lint Fixes
|
2014-04-03 07:06:35 +01:00 |
|
Pedro Algarvio
|
308b62b26b
|
Fix SC2059. Don't use variables in the printf format string.
Use printf "..%s.." "$foo".
|
2014-04-03 05:49:55 +01:00 |
|
Pedro Algarvio
|
e827e708bb
|
Fix SC2091. Remove surrounding $() to avoid executing output.
|
2014-04-03 05:46:11 +01:00 |
|
Pedro Algarvio
|
5459761c55
|
Fix SC2120.
`__apt_get_upgrade_noinput` references arguments, but none are ever passed.
|
2014-04-03 05:42:25 +01:00 |
|
Pedro Algarvio
|
23b7809c83
|
Fix SC2045. Iterate over globs whenever possible.
Iterate over globs whenever possible (e.g. 'for f in */*.wav'), as for
loops over ls will fail for filenames like 'my file*.txt'.
|
2014-04-03 05:40:01 +01:00 |
|
Pedro Algarvio
|
86d723d91e
|
Fix SC2004: $ on variables in (( )) is unnecessary.
|
2014-04-03 05:29:00 +01:00 |
|
Pedro Algarvio
|
e2c2a1cbcc
|
Fix SC2003: expr is antiquated. Consider rewriting this using $((..)) , ${} or [[ ]] .
|
2014-04-03 05:27:51 +01:00 |
|
Pedro Algarvio
|
391a012a74
|
Fix SC1000: $ is not used specially and should therefore be escaped.
|
2014-04-03 05:21:43 +01:00 |
|
Pedro Algarvio
|
2966695ac9
|
Merge pull request #354 from cvrebert/develop
add missing space before ]
|
2014-04-02 23:08:51 +01:00 |
|
Chris Rebert
|
c74ea3f542
|
add missing space before ]
|
2014-04-02 15:07:17 -07:00 |
|
Pedro Algarvio
|
83df5f42f0
|
Merge pull request #353 from akimyonoglu/develop
Rhel optional channel may have suffix after major version
|
2014-03-26 00:13:53 +00:00 |
|
Armagan Kimyonoglu
|
82371b772c
|
don't use double square brackes
|
2014-03-25 17:39:23 +02:00 |
|
Armagan Kimyonoglu
|
a1968d9dfb
|
Changelog for optional channel fix
|
2014-03-25 14:51:26 +02:00 |
|
Armagan Kimyonoglu
|
d926f8a51c
|
Rhel optional channel may have suffix after major version
|
2014-03-25 12:25:26 +02:00 |
|
Pedro Algarvio
|
f062a251f3
|
Merge pull request #348 from JensRantil/preseed-minion-id
Preseed minion id
|
2014-03-22 16:47:32 +00:00 |
|
Pedro Algarvio
|
93a9843ce5
|
Merge pull request #349 from JensRantil/vagrant-file
Vagrant file
|
2014-03-22 16:35:02 +00:00 |
|
Jens Rantil
|
cafb8e30b9
|
Document vagrant in README
|
2014-03-21 14:37:49 +01:00 |
|
Jens Rantil
|
7beb852dcc
|
Add a Vagrant file
It mounts its own directory in `/salt_bootstrao` on the VM.
|
2014-03-21 14:33:17 +01:00 |
|
Joseph Hall
|
0b2f46e52f
|
Merge pull request #346 from JensRantil/fix-typo
Fix minor typo
|
2014-03-21 07:32:30 -06:00 |
|
Jens Rantil
|
b77176211c
|
Make sure $_SALT_ETC_DIR is created
Defensive programming...
|
2014-03-21 14:26:18 +01:00 |
|
Jens Rantil
|
2194a973e2
|
Not preseeding 99-minion-id.conf
It's not necessary. `$_SALT_ETC_DIR/minion_id` is enough.
|
2014-03-21 14:25:36 +01:00 |
|
Jens Rantil
|
9918052a46
|
Also set $_SALT_ETC_DIR/minion_d
This is technically not necessary since `id:` overrides it, but I think
it's more transparent.
|
2014-03-21 14:15:33 +01:00 |
|
Joseph Hall
|
0d1139fbc0
|
Merge pull request #347 from JensRantil/gitignore-vim
gitignore vim swap files
|
2014-03-21 07:12:52 -06:00 |
|
Jens Rantil
|
1ef5695787
|
Add support for preseeding minion id
|
2014-03-21 14:03:31 +01:00 |
|