beaker-puppet 1.20.0 → 1.22.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +32 -0
- data/.github/workflows/test.yml +36 -0
- data/CHANGELOG.md +650 -0
- data/Gemfile +7 -5
- data/README.md +34 -38
- data/Rakefile +13 -0
- data/beaker-puppet.gemspec +4 -7
- data/lib/beaker-puppet/helpers/puppet_helpers.rb +1 -1
- data/lib/beaker-puppet/install_utils/foss_utils.rb +21 -13
- data/lib/beaker-puppet/install_utils/puppet_utils.rb +1 -3
- data/lib/beaker-puppet/version.rb +1 -1
- data/lib/beaker-puppet.rb +0 -1
- data/setup/git/000_EnvSetup.rb +1 -1
- data/spec/beaker-puppet/helpers/puppet_helpers_spec.rb +15 -20
- data/spec/beaker-puppet/install_utils/foss_utils_spec.rb +7 -22
- data/spec/beaker-puppet/install_utils/puppet_utils_spec.rb +14 -0
- data/spec/spec_helper.rb +25 -2
- metadata +13 -54
- data/.travis.yml +0 -10
- data/HISTORY.md +0 -42
data/.travis.yml
DELETED
data/HISTORY.md
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
# worker - History
|
2
|
-
## Tags
|
3
|
-
* [LATEST - 28 Jun, 2017 (63cbd942)](#LATEST)
|
4
|
-
* [0.1.0 - 16 Jun, 2017 (e9be23b0)](#0.1.0)
|
5
|
-
|
6
|
-
## Details
|
7
|
-
### <a name = "LATEST">LATEST - 28 Jun, 2017 (63cbd942)
|
8
|
-
|
9
|
-
* (GEM) update beaker-puppet version to 0.2.0 (63cbd942)
|
10
|
-
|
11
|
-
* Merge pull request #7 from johnduarte/issues/master/bkr-1147/fail-to-pkg-install-on-ec2-el (dd8d640f)
|
12
|
-
|
13
|
-
|
14
|
-
```
|
15
|
-
Merge pull request #7 from johnduarte/issues/master/bkr-1147/fail-to-pkg-install-on-ec2-el
|
16
|
-
|
17
|
-
(BKR-1147) Fail to pkg install on ec2 for dev-repo
|
18
|
-
```
|
19
|
-
* (BKR-1147) Fail to pkg install on ec2 for dev-repo (89909fa7)
|
20
|
-
|
21
|
-
|
22
|
-
```
|
23
|
-
(BKR-1147) Fail to pkg install on ec2 for dev-repo
|
24
|
-
|
25
|
-
This commit modifies the `install_puppet_agent_dev_repo_on` method
|
26
|
-
to install the puppet-agent package if the host is on ec2 and el.
|
27
|
-
This is done because the ec2 instance does not have access to the
|
28
|
-
default dev repo.
|
29
|
-
```
|
30
|
-
* Merge pull request #5 from kevpl/bkr895_installutils_tests (e54d7fd2)
|
31
|
-
|
32
|
-
|
33
|
-
```
|
34
|
-
Merge pull request #5 from kevpl/bkr895_installutils_tests
|
35
|
-
|
36
|
-
(BKR-895) add missing install_utils tests
|
37
|
-
```
|
38
|
-
* (BKR-895) add missing install_utils tests (d6f243ed)
|
39
|
-
|
40
|
-
### <a name = "0.1.0">0.1.0 - 16 Jun, 2017 (e9be23b0)
|
41
|
-
|
42
|
-
* Initial release.
|