Pedro Algarvio
aa06fcda6f
Add required new line
2014-02-16 22:38:25 +00:00
Pedro Algarvio
608d4b776a
Add initial logic to check for services
...
This logic will allow to confirm that, for example, the services are
enabled upon bootstrapping.
2014-02-16 22:32:56 +00:00
Pedro Algarvio
9e40c9f2ab
Include the documentation for the daemons running function
2014-02-16 22:32:23 +00:00
Joseph Hall
501020a43e
Fixing first person and one-liner
2014-02-12 10:58:04 -07:00
Joseph Hall
513f3e3b0a
Update README with instructions for a git fork
2014-02-12 10:43:42 -07:00
Mike Place
b3c77c05f7
Include section about installing salt via two-lines and a verification step.
2014-02-10 11:11:20 -07:00
Pedro Algarvio
3a1b56b2e1
Point users to the source code or help message.
2014-02-09 09:13:17 +00:00
Pedro Algarvio
cccac62eaa
We also support FreeBSD 10
2014-01-31 15:18:53 -07:00
Pedro Algarvio
b500205f66
We also support FreeBSD 9.2
2014-01-31 15:16:12 -07:00
Pedro Algarvio
82a3e5fa1c
Add a FreeBSD 10 example. Refs #290 .
2014-01-30 20:11:55 -07:00
Pedro Algarvio
fccfbe15b3
Let ppl know that the script example might not be up to par.
2014-01-30 20:07:56 -07:00
Pedro Algarvio
64b508acda
Add an examples header
2014-01-30 20:05:20 -07:00
Pedro Algarvio
fc5dbe1fe5
Fix RST
2014-01-30 20:03:46 -07:00
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
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
Omer Katz
984f760476
salt-bootstrap only runs with sudo. Changed README file to reflect that.
2013-12-16 19:10:54 +02:00
Omer Katz
a8e2a7a565
salt-bootstrap works on 13.10. Updated the readme to reflect that.
2013-12-15 18:44:25 +02:00
Matt Black
b81a5cc5e8
Added an example specifying a git tag using wget
2013-10-08 17:13:35 +11:00
Forrest Alvarez
a911cec2a7
Updated readme with an example that uses git tag version
2013-09-15 01:45:15 +00:00
Pedro Algarvio
f2c3613ceb
Add Linaro to the supported systems in the Readme file.
2013-08-03 19:44:00 +01:00
Alex Van't Hof
b4280c637a
Add support for Linux Mint and consolidate Ubuntu derivatives
...
A significant number of Ubuntu derivatives are functionally
equivalent for bootstrap purposes, so use standard Ubuntu install
functions instead of creating new ones for each derivative.
2013-07-26 21:24:09 -04:00
Pedro Algarvio
4f22b0b57f
Amazon Linux is also supported.
2013-06-01 16:00:48 +01:00
Pedro Algarvio
0abb029868
Support distro's in alphabetical order. Added Gentoo.
2013-06-01 15:41:14 +01:00
Daniel Bradshaw
d8d52e67c3
Doing start in the background can cause problems, so let's not suggest it.
2013-05-30 18:05:57 +01:00
Pedro Algarvio
5a3f349cdd
Add initial HTML reports work.
2013-05-23 19:12:28 +01:00
Pedro Algarvio
4cafc163e6
It does not.
2013-05-23 18:08:33 +01:00
Pedro Algarvio
d80c36842d
Bold link?
2013-05-23 18:07:41 +01:00
Pedro Algarvio
140ac3c602
Make the link work again.
2013-05-23 18:06:43 +01:00
Pedro Algarvio
73a5b32e95
Bold note.
2013-05-23 18:05:16 +01:00
Pedro Algarvio
ed79089fe8
Add information on how to run the develop version of the script.
2013-05-23 18:03:42 +01:00
Pedro Algarvio
74c5f3afb7
We now also support Debian 7 stable installations.
2013-05-15 14:37:28 +01:00
Pedro Algarvio
fc2c78b410
Add the necessary functionality to allow pre-seeding minion keys. Fixes #112 .
...
* Added a `movefile` function which will overwrite files only if allowed.
* Move any key files found on the directory passed to `-k` to the minions pki directory for the local master.
2013-04-23 11:15:54 +01:00
Pedro Algarvio
3b76846545
Re-enabled Ubuntu 13.04 support. Fixes #110 .
2013-04-18 11:03:36 +01:00
Pedro Algarvio
2e765b1784
Add Debian 7 to the list of supported distributions.
2013-04-10 19:07:05 +01:00
Pedro Algarvio
5c8a4f9d2d
Update README.rst to latest SuSE support.
2013-02-26 22:06:39 +00:00
Pedro Algarvio
cce98d9f88
Add SuSE 11 support to the README. Thanks @ixela!
2013-02-19 21:34:35 +00:00
Pedro Algarvio
b6a2ecd1bd
Renamed start_daemons
functions to restart_daemons
since it's what it actually is supposed to do. Refs #39 .
2013-02-16 10:04:25 +00:00
Pedro Algarvio
670fe30ca6
Added support for both major and minor version matching.
...
Added a bit more of complexity since we can now match functions by major version only, or major and minor version. This will improve arithmetic comparisons sometimes required when choosing which piece of code gets executed.
2013-02-12 21:12:57 +00:00
Pedro Algarvio
7792f4c8c0
Add an horizontal ruler in the readme.
2013-02-11 22:36:05 +00:00
Pedro Algarvio
7adc8718c2
Update README.rst
to include the newly added start daemons function.
2013-02-11 22:28:00 +00:00
Pedro Algarvio
254a289972
Remove the travis badge since it's not currently running the tests on travis, only bamboo.
2013-02-07 07:57:57 +00:00
Pedro Algarvio
c1325acb23
Finish renaming script. Bumped version to mark this event.
2013-02-07 01:44:38 +00:00
Pedro Algarvio
4949f3021a
Python versions >=2.7
do not have a __main__
in urllib
.
2013-01-29 19:34:38 +00:00
Pedro Algarvio
53d9020321
Less text, same information.
2013-01-29 13:38:57 +00:00
Pedro Algarvio
c5322fd6a8
More formatting fixes.
2013-01-29 13:33:53 +00:00