puppet-r10k:设置和配置r10k以在puppet中基于git的环境中使用

时间:2024-03-26 00:42:18
【文件属性】:

文件名称:puppet-r10k:设置和配置r10k以在puppet中基于git的环境中使用

文件大小:92KB

文件格式:ZIP

更新时间:2024-03-26 00:42:18

puppet hacktoberfest linux-puppet-module Ruby

r10k配置模块 目录 概述 构建此模块是为了安装和配置r10k。 它具有一个基类,可将r10k配置为同步。 它还具有一系列横向脚本和工具,可协助一般工作流程,并将在未来分成各自的模块。 模块说明 该模块用于在多个平台上使用多种安装方法来管理r10k的安装和配置。 设置 请参阅官方的以获取特定的配置模式。 前缀示例 除了传递单个remote ,您还可以传递a 作为sources参数。 这使您可以为r10k配置支持。 当多个团队使用单独的回购协议时,或者如果hiera和puppet分布在两个回购协议中时,通常使用此方法。 class { 'r10k' : sources => { ' webteam ' => { ' remote ' => ' ssh://git@github.com/webteam/somerepo.git ' , ' basedi


【文件预览】:
puppet-r10k-master
----.gitignore(227B)
----Dockerfile(480B)
----templates()
--------r10k.yaml.erb(1KB)
--------webhook.bin.erb(20KB)
--------webhook.service.erb(330B)
--------webhook.yaml.erb(427B)
--------webhook.init.gentoo.erb(790B)
----.rspec(31B)
----.rspec_parallel(18B)
----.rubocop.yml(47B)
----.puppet-lint.rc(27B)
----LICENSE(10KB)
----metadata.json(2KB)
----CHANGELOG.md(66KB)
----.overcommit.yml(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(549B)
--------ISSUE_TEMPLATE.md(647B)
--------SECURITY.md(106B)
--------CONTRIBUTING.md(10KB)
--------workflows()
----examples()
--------webhook()
--------webhook.pp(22B)
--------prerun_command.pp(29B)
--------init.pp(561B)
----spec()
--------classes()
--------acceptance()
--------unit()
--------spec_helper_acceptance.rb(152B)
--------default_module_facts.yml(133B)
--------spec_helper.rb(643B)
----README.md(34KB)
----.msync.yml(39B)
----lib()
--------facter()
----files()
--------pre-commit(1KB)
--------mcollective()
--------post-receive(588B)
--------prefix_command.rb(526B)
--------stash_mco.rb(2KB)
--------config_version.sh(1KB)
----.fixtures.yml(1KB)
----manifests()
--------install.pp(2KB)
--------mcollective.pp(668B)
--------mcollective()
--------postrun_command.pp(468B)
--------config.pp(4KB)
--------install()
--------webhook()
--------webhook.pp(3KB)
--------prerun_command.pp(465B)
--------init.pp(4KB)
--------params.pp(6KB)
----Gemfile(1KB)
----.yardopts(37B)
----Rakefile(2KB)
----tasks()
--------deploy.json(760B)
--------deploy.rb(1KB)
----.editorconfig(206B)
----.pmtignore(351B)

网友评论