Sha256: ab069216e568889429fc84a31a443b2b581f956534f36453d6aef6e6429a6377
Contents?: true
Size: 379 Bytes
Versions: 1
Compression:
Stored size: 379 Bytes
Contents
packagecloud_repo "expectedbehavior/instrumental" do case node["platform_family"] when "debian" type "deb" when "rhel" type "rpm" end end package "instrumental-tools" do action :upgrade end template "/etc/instrumental.yml" do source "instrumental.yml.erb" mode "0440" owner "nobody" variables( :api_key => node[:instrumental][:api_key] ) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instrumental_tools-1.0.0 | chef/instrumental_tools/recipes/default.rb |