itamae/cookbooks/nginx/attributes.rb

9 lines
197 B
Ruby

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