Pedro Algarvio
26438a96c1
Add a warning about the inherit insecurity of the short url.
...
This enough @thatch45?
2014-01-30 19:57:57 -07:00
Pedro Algarvio
125e7b2d54
Develop version is now 1.5.12
2014-01-30 19:48:35 -07:00
Pedro Algarvio
837648dca2
Bring typo fixes from saltsack/salt#9961 into the script.
2014-01-27 17:14:49 +00:00
Pedro Algarvio
fe2c1e3494
Current develop version is now 1.5.11
2014-01-25 18:43:28 +00:00
Pedro Algarvio
5340e62461
Bring __check_config_dir
into required scope.
2014-01-24 23:42:45 +00:00
Pedro Algarvio
3af838003f
This script was supposed to be executable, when did it stop being!?
2014-01-24 23:31:10 +00:00
Thomas S Hatch
280e4d21d8
Merge pull request #283 from s0undt3ch/develop
...
Clean up the Salt git temporary repository by default. Fixes #281 .
2014-01-24 15:18:58 -08:00
Pedro Algarvio
a27729e177
Clean up the Salt git temporary repository by default. Fixes #281 .
...
This should have been done from the start since the scrit is supposed to
be "single-shot" installations, you run it, install salt, and for get
about it ;)
2014-01-24 23:09:57 +00:00
Pedro Algarvio
e4207ecd7b
Merge pull request #282 from s0undt3ch/develop
...
Default to disabled insecure downloads
2014-01-24 03:35:13 -08:00
Pedro Algarvio
13aa600a60
Handle any wget
and curl
calls to use _{WGET,CURL}_ARGS
variable.
2014-01-22 23:21:04 +00:00
Pedro Algarvio
7b0f45d9c6
Add the (in)secure file download to the changes log
2014-01-22 23:20:36 +00:00
Pedro Algarvio
cec70c95c9
Default to secure downloads, though, still allow insecure ones. Refs #269 .
2014-01-22 23:14:38 +00:00
Pedro Algarvio
2f790e4286
Merge pull request #280 from lzhang/fix-bugs-url
...
Fix URL to GitHub bugs
2014-01-17 02:25:56 -08:00
Lewis Zhang
a11658afac
Fix URL to GitHub bugs
2014-01-16 16:25:39 -06:00
Pedro Algarvio
9c4ebdc47d
Git installations now default to the develop
branch.
...
Salt no longer has the master branch in git, install from develop as default.
Fixes #279 .
2014-01-15 16:00:47 +00:00
Pedro Algarvio
57c4922d74
Add Paul Brian(@lifeisstillgood) to the AUTHORS file.
2014-01-09 19:36:46 +00:00
Pedro Algarvio
e682c6ddda
Include the FreeBSD changes into the changes log.
2014-01-09 19:36:26 +00:00
Pedro Algarvio
e962d0c2c9
Obscure the PKG configuration function and use copyfile
.
2014-01-09 19:31:42 +00:00
Pedro Algarvio
fc128eefb9
Merge branch 'freebsd-92-conf-fix' of https://github.com/mikadosoftware/salt-bootstrap into mikadosoftware-freebsd-92-conf-fix
2014-01-09 19:25:33 +00:00
Paul Brian (lifeisstillgood)
d8735b8433
Alter bootstrap to handle new FreeBSD pkg changes
...
FreeBSD's `pkg` system is under development and has changed
it seems since this bootstrap was written. A new install
of 9.2-Release will not work with the current version.
There are two notable changes
- use the "official" pkg.freebsd.org repository, which has support for more
architectures (ll 2337). the pcbsd site only supports amd64, and I at least
still have some i386's :-)
- use the new format for repository conf files (ll 2349-2400) The format of conf
files has changed and now needs a more YAML/JSON like definition, and the
pkg.conf is deprecated and not needed. I have replaced the SALTREPO as it
seems out of date (Oct 2013)
This is tested on a clean install of 9.2-RELEASE and as the
very first file downloaded it then runs cleanly and
installs salt.
I hope contribution this helps your project
2014-01-09 18:55:13 +00:00
Pedro Algarvio
a31fbbf41b
Also install yum-utils
on CentOS and RHEL
2014-01-09 18:37:54 +00:00
Pedro Algarvio
d13e20278a
Update the changes log.
2014-01-04 13:58:52 +00:00
Pedro Algarvio
9387bf484d
Fix unparsed options checking regex.
...
Sould only catch options, not arguments with dashes in them.
2014-01-04 13:53:56 +00:00
Pedro Algarvio
b8464781cf
Update the changes log with the optional git repo url argument changes.
2014-01-03 18:32:44 +00:00
Pedro Algarvio
6915da7bff
Merge pull request #261 from vhgroup/develop
...
Add -g option to specify an alternate repo URL for git install type.
2014-01-03 09:38:40 -08:00
Pedro Algarvio
726e2052f3
Merge pull request #276 from nmbooker/mint-16-support
...
Add mint 16 eqiuvalence to Ubuntu 13.10
2013-12-23 02:43:33 -08:00
Nick Booker
b6376ee792
Add mint 16 eqiuvalence to Ubuntu 13.10
2013-12-22 20:28:56 +00:00
Pedro Algarvio
dfa0f96348
Between parenthesis.
2013-12-17 08:13:19 +00:00
Pedro Algarvio
a6fdc37d9d
Some re-ordering.
2013-12-17 08:11:54 +00:00
Pedro Algarvio
4e42cfe30c
Better formatting.
2013-12-17 08:11:06 +00:00
Pedro Algarvio
df04de444f
Does this render better in GitHub?
2013-12-17 08:09:09 +00:00
Pedro Algarvio
00c3d1afba
Switch to note
.
2013-12-17 08:06:41 +00:00
Pedro Algarvio
b3cf512b0c
Add information that sudo
is not necessary when running as root
.
2013-12-17 08:04:22 +00:00
Pedro Algarvio
7abf4226a3
Merge pull request #273 from thedrow/patch-1
...
salt-bootstrap only runs with sudo. Changed README file to reflect that.
2013-12-17 00:02:32 -08:00
Omer Katz
984f760476
salt-bootstrap only runs with sudo. Changed README file to reflect that.
2013-12-16 19:10:54 +02:00
Pedro Algarvio
bb13b99c38
Merge pull request #272 from thedrow/patch-1
...
salt-bootstrap works on 13.10. Updated the readme to reflect that.
2013-12-15 09:17:04 -08:00
Omer Katz
a8e2a7a565
salt-bootstrap works on 13.10. Updated the readme to reflect that.
2013-12-15 18:44:25 +02:00
Pedro Algarvio
cc5b9e9cd0
Update changes log.
2013-12-15 00:39:46 +00:00
Pedro Algarvio
c06cbf49ee
Current develop version of Salt shell's out to yum
2013-12-15 00:38:34 +00:00
Pedro Algarvio
e98968adb8
Update changes log.
2013-12-15 00:36:24 +00:00
Pedro Algarvio
74e86935c2
Version 1.5.10 is current development version.
2013-12-15 00:36:24 +00:00
Pedro Algarvio
70fc4708e7
Minimal Ubuntu installations might not have upstart installed. Fixes #226 .
2013-12-15 00:36:24 +00:00
Pedro Algarvio
006159df6a
Merge pull request #268 from millerdev/develop
...
Fix bootstrap.sh for FreeBSD 9.2
2013-12-03 11:14:24 -08:00
Daniel Miller
5df8c333e7
Move _SALT_ETC_DIR into config_freebsd_salt
...
Without this a config-only install would fail because it used the wrong etc dir on FreeBSD.
2013-12-03 12:33:09 -05:00
Daniel Miller
1fc2da9496
Fix bootstrap.sh for FreeBSD 9.2
2013-11-21 10:15:59 -05:00
Pedro Algarvio
b152795a21
Update changes log to include the latest Ubuntu logic fix.
2013-11-12 00:19:02 +00:00
Diego Woitasen
8fbbb29b62
Add -g option to specife an alternate repo URL for git install type.
...
* Regexp changed to allow dashes in branch names.
2013-11-04 04:46:31 -03:00
Pedro Algarvio
8df5dc723c
Update Changes log and add Henrik Holmboe(@holmboe) to Authors.
2013-10-26 17:19:26 +01:00
Pedro Algarvio
53305c4c17
Merge pull request #253 from holmboe/no-start
...
Allow to let daemons be left unstarted
2013-10-26 09:14:44 -07:00
Henrik Holmboe
b5d2031150
Allow to let daemons be left unstarted
...
This will allow vagrant-lxc installation (debootstrap, etc) to finish
properly.
2013-10-24 17:13:56 +02:00