Alec Koumjian
45bf7741a6
adding madduck's repo to debian squeeze installation
2012-12-20 09:40:27 -08:00
Pedro Algarvio
9900208a80
Trigger config_minion()
on ubuntu git installs.
2012-12-11 21:21:22 +00:00
Alec Koumjian
917773d465
Merge pull request #7 from s0undt3ch/develop
...
ARM and Raspberry Pi
2012-12-11 08:37:53 -08:00
Pedro Algarvio
25e12f674d
Support git installs on Debian distro's that do not have /etc/lsb-release
, for example, Raspberry Pi.
2012-12-11 16:31:54 +00:00
Pedro Algarvio
1bde27f89c
Properly detect ARM CPU's
2012-12-11 15:28:50 +00:00
Thomas S Hatch
82e9a97d0f
Merge pull request #6 from atrawog/patch-1
...
Adding ppa:saltstack/salt-depends to Ubuntu daily
2012-12-10 10:26:51 -08:00
Andreas Trawoeger
1296fcdb42
Adding ppa:saltstack/salt-depends to Ubuntu daily
...
Ubuntu salt-daily won't install without adding ppa:saltstack/salt-depends
2012-12-10 19:00:35 +01:00
Thomas S Hatch
869cfcd807
Merge pull request #5 from cedwards/freebsd
...
updated Arch Linux repo config to updated repository
2012-12-08 20:35:19 -08:00
Christer Edwards
50a666db4e
updated Arch Linux repo config to updated repository
...
intothesaltmine.org/archlinux is maintained by the
Salt package maintainer and is more current than
red45.org/archlinux.
2012-12-08 11:18:06 -07:00
Pedro Algarvio
4dcfff55dd
Typo.
2012-12-05 01:38:33 +00:00
Pedro Algarvio
8cf2164b83
Document how to bootstrap using python's urllib. Thanks to Dan Garthwaite.
2012-12-05 01:34:38 +00:00
Thomas S Hatch
803dbdcdb0
Merge pull request #4 from cedwards/freebsd
...
improved ARCH detection and bootstrap pkg.txz installation
2012-12-04 00:52:22 -08:00
Christer Edwards
fdd398fc8b
improved ARCH detection and bootstrap pkg.txz installation
2012-12-03 19:09:01 -07:00
Pedro Algarvio
3833177094
Merge pull request #3 from cedwards/freebsd
...
M2Crypto failures when starting minion unless swig installed pre-salt
2012-12-03 14:24:57 -08:00
Christer Edwards
ffe971290a
added swig to install_freebsd_90_*_deps
2012-12-03 14:34:38 -07:00
Christer Edwards
26770818f9
moving swig dependency to _deps function
2012-12-03 14:33:07 -07:00
Christer Edwards
4f2316ad70
M2Crypto failures when starting minion unless swig installed pre-salt
2012-12-03 14:24:57 -07:00
Thomas S Hatch
e499e41fa7
Merge pull request #2 from s0undt3ch/develop
...
Add README.rst
2012-11-28 21:41:12 -08:00
Pedro Algarvio
38847d0c81
Update README.rst formatting
2012-11-29 05:39:43 +00:00
Pedro Algarvio
2e2f68b91d
Update README.rst formatting
2012-11-29 05:35:49 +00:00
Pedro Algarvio
40f2fa3c6e
Update README.rst formatting
2012-11-29 05:30:48 +00:00
Pedro Algarvio
ca005f87fe
Update README.rst formatting
2012-11-29 05:27:54 +00:00
Pedro Algarvio
711768ddec
Using code blocks.
2012-11-29 05:23:55 +00:00
Pedro Algarvio
b310bf31d4
New formatting.
2012-11-29 05:18:43 +00:00
Pedro Algarvio
057a6a3055
Mode dedent.
2012-11-29 05:15:50 +00:00
Pedro Algarvio
c217fa6192
Dedent.
2012-11-29 05:14:30 +00:00
Pedro Algarvio
e4ca279315
Include link and test new formatting.
2012-11-29 05:12:18 +00:00
Pedro Algarvio
7b2f0b50d6
Add README.rst
2012-11-29 05:04:36 +00:00
Pedro Algarvio
3ca055cc11
Bump script version.
2012-11-29 04:54:18 +00:00
Pedro Algarvio
0cdbc1f223
Fix __check_unparsed_options()
grep
regular expression.
2012-11-29 03:40:18 +00:00
Alec Koumjian
8e94671aaf
Merge pull request #1 from s0undt3ch/features/curl-wget
...
Support using curl/wget to download and install directly
2012-11-28 17:48:51 -08:00
Pedro Algarvio
a87610e042
Hard code script name, even on script's usage.
2012-11-29 01:44:45 +00:00
Pedro Algarvio
aff51a1cc8
Check for options mixed with positional arguments and throw error.
2012-11-29 01:27:43 +00:00
Pedro Algarvio
764d0581c4
Hardcode logfile and logpipe's name so it works using curl/wget.
2012-11-29 00:44:20 +00:00
Alec Koumjian
822a573d98
Using bootstrap script config dir option, removing shared folders from salty-vagrant.
2012-11-28 12:26:44 -08:00
Pedro Algarvio
3305299cdb
Fix another unbound variable.
2012-11-28 18:47:20 +00:00
Pedro Algarvio
eef69ec33a
Merge branch 'develop' of github.com:saltstack/salty-vagrant into features/salt-cloud
2012-11-28 18:46:27 +00:00
Pedro Algarvio
5461583f80
Fix unbound variable
error.
2012-11-28 18:13:19 +00:00
Alec Koumjian
b76cc4a4fc
Merge pull request #41 from s0undt3ch/support/freebsd
...
Fix and add support for FreeBSD 9.0
2012-11-28 09:50:30 -08:00
Pedro Algarvio
d4cb13c1a6
Include config function comment.
2012-11-28 04:35:22 +00:00
Pedro Algarvio
d6e0b3a7b0
Add salt-cloud support.
...
* Added the `-c|config-dir` option which should point to a temporary directory which should contain the minion's config and keys. If these are found, they're moved to the proper place.
* Added the default `minion_config` function which should work for most cases. Those that have special needs can provide their own config function which is searched in the following order:
1. config_<distro>_<distro_version>_<install_type>_minion
2. config_<distro>_<distro_version>_minion
3. config_<distro>_<install_type>_minion
4. config_<distro>_minion
5. config_minion
2012-11-28 04:29:33 +00:00
Pedro Algarvio
df280397ab
Fix copy/paste typo.
2012-11-28 04:25:40 +00:00
Pedro Algarvio
8cd077170a
Finished adding FreeBSD 9.0 support.
...
I was just unable to actually install salt because http://pkgbeta.freebsd.org/ is failing, but I guess this is temporary.
2012-11-28 03:39:10 +00:00
Pedro Algarvio
58a539f894
FreeBSD(at least 9.0) is correctly detected now.
2012-11-28 01:56:13 +00:00
Pedro Algarvio
81bfea19ec
Remove -RELEASE
from BSD distro version.
2012-11-28 01:53:15 +00:00
Pedro Algarvio
ef45b170b3
Adding some spaces and the syntax error is gone!
2012-11-28 01:52:23 +00:00
Pedro Algarvio
16c62f4d58
Fix sed
replace whitespace with underscore.
2012-11-28 01:45:46 +00:00
Pedro Algarvio
316059f478
FreeBSD does not have /proc/cpuinfo
use sysctl
in FreeBSD.
2012-11-28 01:21:44 +00:00
Pedro Algarvio
f5407f7dad
String comparison, trap fixes and some comments.
...
* String comparison uses a single `=` not two.
* FreeBSD's `sh` does not know the `ERR` signal we're trapping, trap `INT`, `QUIT`, `KILL` instead.
2012-11-28 01:17:47 +00:00
Pedro Algarvio
464d92141d
Fix logging named pipe creation on FreeBSD.
...
* Moved the exit trap function higher in order to catch the errors from creating the pipe and clean up.
* Only kill tee's pid if it's actually running.
2012-11-28 01:02:25 +00:00