itamae/cookbooks/statup/attributes.rb

11 lines
302 B
Ruby
Raw Normal View History

2019-03-03 08:50:49 +00:00
# -------------------------------------------
# Specifying the default settings:
# -------------------------------------------
node.reverse_merge!({
'statup' => {
'FQDN' => 'status.kazu634.com',
'db' => '/home/webadm/statup/statup.db',
'config' => '/home/webadm/statup/config.yml'
}
})