This repository has been archived by the owner on May 25, 2020. It is now read-only.
forked from mrzarquon/mrzarquon-pe_agent
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for splay, modulepath and symlinks
* Add support for adding splay to agent configuration * Add support for removing modulepath form agent configuration * Add support for not adding symlinks in /usr/bin * Add fixtures.yml so tests can work * Switch from simple string equality to versioncmp for upgrades
- Loading branch information
Alexander J. Maidak
committed
Oct 16, 2015
1 parent
9e71286
commit 5994621
Showing
9 changed files
with
134 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
fixtures: | ||
repositories: | ||
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git | ||
wget: https://github.com/maestrodev/puppet-wget | ||
inifile: https://github.com/puppetlabs/puppetlabs-inifile | ||
symlinks: | ||
puppet_ent_agent: "#{source_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
CFPropertyList (2.2.8) | ||
diff-lcs (1.2.5) | ||
facter (2.4.4) | ||
CFPropertyList (~> 2.2.6) | ||
hiera (3.0.1) | ||
json_pure | ||
json_pure (1.8.2) | ||
metaclass (0.0.4) | ||
mocha (1.1.0) | ||
metaclass (~> 0.0.1) | ||
puppet (4.2.2) | ||
facter (> 2.0, < 4) | ||
hiera (>= 2.0, < 4) | ||
json_pure | ||
puppet-lint (1.1.0) | ||
puppet-syntax (2.0.0) | ||
rake | ||
puppetlabs_spec_helper (0.10.3) | ||
mocha | ||
puppet-lint | ||
puppet-syntax | ||
rake | ||
rspec-puppet | ||
rake (10.4.2) | ||
rspec (3.3.0) | ||
rspec-core (~> 3.3.0) | ||
rspec-expectations (~> 3.3.0) | ||
rspec-mocks (~> 3.3.0) | ||
rspec-core (3.3.2) | ||
rspec-support (~> 3.3.0) | ||
rspec-expectations (3.3.1) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.3.0) | ||
rspec-mocks (3.3.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.3.0) | ||
rspec-puppet (2.2.0) | ||
rspec | ||
rspec-support (3.3.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
facter (>= 1.7.0) | ||
puppet (>= 3.3) | ||
puppet-lint (>= 0.3.2) | ||
puppetlabs_spec_helper (>= 0.1.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters