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.
data/.travis.yml DELETED
@@ -1,10 +0,0 @@
1
- before_install:
2
- - gem update
3
- - gem --version
4
- language: ruby
5
- script: "bundle exec rake test:spec"
6
- notifications:
7
- email: false
8
- rvm:
9
- - 2.6
10
- - 2.4
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.