projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove backup role from ironbelly
[chef.git]
/
cookbooks
/
wordpress
/
attributes
/
default.rb
1
# Enable the "wordpress" role
2
default[:accounts][:users][:wordpress][:status] = :role
3
4
# Set wordpress defaults
5
default[:wordpress][:user] = "wordpress"
6
default[:wordpress][:group] = "wordpress"
7
default[:wordpress][:sites] = {}