itamae/cookbooks/grafana-front/attributes.rb

10 lines
241 B
Ruby

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