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 |
|
Jens Rantil
|
a8dc4789d4
|
gitignore vim swap files
|
2014-03-21 13:52:22 +01:00 |
|
Jens Rantil
|
c6e14e2f04
|
Fix minor typo
|
2014-03-21 13:51:27 +01:00 |
|
Pedro Algarvio
|
79df6a0c73
|
Merge pull request #345 from s0undt3ch/develop
Add Scientific Linux Support
|
2014-03-19 19:29:20 +00:00 |
|
Pedro Algarvio
|
82789f9e04
|
Update changes log
|
2014-03-19 19:27:14 +00:00 |
|
Pedro Algarvio
|
af0c00a104
|
Add Scientific Linux to the supported distributions.
|
2014-03-19 19:25:38 +00:00 |
|
Pedro Algarvio
|
6f2f962e1e
|
Properly support Scientific Linux. Fixes #343.
|
2014-03-19 19:11:18 +00:00 |
|
Pedro Algarvio
|
3d46d53bd0
|
Properly detect Scientific Linux. Refs #343.
|
2014-03-19 19:10:27 +00:00 |
|
Pedro Algarvio
|
cf119b3023
|
Merge pull request #342 from s0undt3ch/develop
Oracle Linux Detection/Support
|
2014-03-16 09:09:39 +00:00 |
|
Pedro Algarvio
|
db730cf3e7
|
Update changes log
|
2014-03-16 09:07:54 +00:00 |
|
Pedro Algarvio
|
8bdf1770c4
|
Add Oracle Linux to supported distributions list
|
2014-03-16 09:07:43 +00:00 |
|
Pedro Algarvio
|
4139e36c83
|
Adapt the Oracle Linux install functions to proper matching ones.
|
2014-03-16 09:05:27 +00:00 |
|
briffle
|
efc9db7f57
|
Allow Oracle Entprise Linux to get treated the same as CentOS
|
2014-03-16 09:05:22 +00:00 |
|
Pedro Algarvio
|
f35ea6baaf
|
Properly detect Oracle Linux. Fixes #335. Fixes #271.
|
2014-03-16 09:04:09 +00:00 |
|
Pedro Algarvio
|
7b4c47623f
|
Don't forget previous set "$packages"
|
2014-03-16 09:03:52 +00:00 |
|
Pedro Algarvio
|
5674ba06c5
|
Merge branch 'develop' into stable for 2014.03.10-1
|
2014-03-10 13:54:57 +00:00 |
|
Pedro Algarvio
|
2f1e1d37e2
|
Update changes log
|
2014-03-10 13:53:53 +00:00 |
|
Pedro Algarvio
|
9f339d34e6
|
Fix the debian check services function
|
2014-03-10 13:52:27 +00:00 |
|
Pedro Algarvio
|
0aeed01349
|
Merge pull request #340 from s0undt3ch/stable
Merge stable for v2014.03.10
|
2014-03-10 13:23:15 +00:00 |
|
Pedro Algarvio
|
6da9e048af
|
Merge branch 'develop' into stable
|
2014-03-10 13:14:06 +00:00 |
|
Pedro Algarvio
|
5291d2938d
|
Missed one
|
2014-03-10 13:13:29 +00:00 |
|
Pedro Algarvio
|
914c5190a7
|
Merge branch 'develop' into stable
|
2014-03-10 13:10:41 +00:00 |
|