itamae/cookbooks/nginx/attributes.rb

9 lines
198 B
Ruby

# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'nginx' => {
'version' => '1.19.10'
}
})