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