forked from attachmentgenie/vagrant-alerting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving to plugin to install puppet, updating all submodules
- Loading branch information
1 parent
f3e8bf9
commit d7fe83c
Showing
7 changed files
with
17 additions
and
14 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
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
Submodule firewall
updated
5 files
+508 −0 | .rubocop.yml | |
+6 −3 | .travis.yml | |
+31 −24 | Gemfile | |
+0 −4 | Rakefile | |
+1 −1 | spec/acceptance/nodesets/centos-7-x64.yml |
Submodule profiles
updated
35 files
Submodule roles
updated
22 files
+1 −14 | .fixtures.yml | |
+1 −1 | README.md | |
+0 −3 | manifests/bootstrap.pp | |
+0 −5 | manifests/hypervisor.pp | |
+5 −0 | manifests/kafka.pp | |
+11 −0 | manifests/metrics.pp | |
+0 −7 | manifests/monitor.pp | |
+10 −0 | manifests/neo4j.pp | |
+10 −1 | manifests/node.pp | |
+0 −5 | manifests/orchestrate.pp | |
+0 −4 | manifests/proxy.pp | |
+6 −1 | manifests/puppetmaster.pp | |
+13 −0 | manifests/qa.pp | |
+11 −4 | manifests/repo.pp | |
+10 −3 | manifests/website.pp | |
+6 −0 | spec/classes/metrics_spec.rb | |
+6 −0 | spec/classes/neo4j_spec.rb | |
+6 −0 | spec/classes/node_spec.rb | |
+6 −0 | spec/classes/puppetmaster_spec.rb | |
+6 −0 | spec/classes/qa_spec.rb | |
+6 −0 | spec/classes/repo_spec.rb | |
+6 −0 | spec/classes/website_spec.rb |
Submodule stacks
updated
29 files
+1 −15 | .fixtures.yml | |
+1 −1 | README.md | |
+28 −2 | manifests/bootstrap.pp | |
+11 −14 | manifests/gitlab.pp | |
+7 −0 | manifests/kafka.pp | |
+28 −0 | manifests/metrics.pp | |
+21 −0 | manifests/monitoring.pp | |
+15 −0 | manifests/neo4j.pp | |
+0 −13 | manifests/node.pp | |
+0 −7 | manifests/openstack.pp | |
+23 −0 | manifests/orchestration.pp | |
+18 −5 | manifests/proxy.pp | |
+0 −55 | manifests/pulp.pp | |
+21 −8 | manifests/puppetmaster.pp | |
+0 −5 | manifests/rundeck.pp | |
+22 −3 | manifests/runtime.pp | |
+15 −0 | manifests/security.pp | |
+23 −8 | manifests/testing.pp | |
+27 −11 | manifests/website.pp | |
+6 −0 | spec/classes/gitlab_spec.rb | |
+6 −0 | spec/classes/metrics_spec.rb | |
+6 −0 | spec/classes/monitoring_spec.rb | |
+6 −0 | spec/classes/neo4j_spec.rb | |
+6 −0 | spec/classes/orchestration_spec.rb | |
+6 −0 | spec/classes/proxy_spec.rb | |
+6 −0 | spec/classes/puppetmaster_spec.rb | |
+6 −0 | spec/classes/security_spec.rb | |
+6 −0 | spec/classes/testing_spec.rb | |
+6 −0 | spec/classes/website_spec.rb |