itamae/cookbooks/blog/attributes.rb

10 lines
229 B
Ruby

# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'blog' => {
'FQDN' => 'blog.kazu634.com',
'production' => true
}
})