We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a110611 commit 740eb3dCopy full SHA for 740eb3d
cookbooks/camsa/recipes/chefserver.rb
@@ -25,6 +25,7 @@
25
# Use the configuration template to add the settings from the previous resources
26
# This allows control and when chef server will be reconfigured
27
template node['camsa']['chefserver']['file']['config'] do
28
+ source 'chef-server.rb'
29
variables({
30
integration: lazy {
31
if ::File.exist?(::File.join(node['camsa']['chefserver']['dir']['config'], 'datacollector.rb'))
0 commit comments