itamae/cookbooks/nginx/attributes.rb

9 lines
197 B
Ruby
Raw Normal View History

2019-03-03 08:50:49 +00:00
# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'nginx' => {
2020-10-10 13:08:21 +00:00
'version' => '1.19.3'
2019-03-03 08:50:49 +00:00
}
})