guard-puppet:在您工作时重新应用 Puppet 配置,感谢 Guard!

时间:2024-06-21 05:02:21
【文件属性】:

文件名称:guard-puppet:在您工作时重新应用 Puppet 配置,感谢 Guard!

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-21 05:02:21

Ruby

使用 Guard 自动重新应用您的 Puppet 配置! 惊人的! guard 'puppet' do watch ( %r{^(manifests|modules)} ) end 假设您的配置都在当前文件夹中,这相当于命令行中的--confdir=$PWD 。 否则,在 Puppet 中使用 Guard 并没有多大用处。 :) 目前有四种选择: :run_on_start : 在启动 Guard 时应用 Puppet 配置(默认值: false ) :verbose : 显示更多来自 Puppet 的输出(默认: true ) :debug : 显示更多来自 Puppet 的输出(默认值: false ) :manifest :要运行的主清单文件(默认: manifests/site.pp ) 错误和修复? 你知道该怎么做。


【文件预览】:
guard-puppet-master
----guard-puppet.gemspec(886B)
----lib()
--------guard()
----Gemfile(180B)
----Guardfile(254B)
----spec()
--------lib()
--------spec_helper.rb(49B)
----Rakefile(161B)
----README.md(662B)
----.gitignore(33B)

网友评论