roles
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
{
|
||||
"run_list": [ "recipe[hosting::user]",
|
||||
"recipe[hosting::mkdir]",
|
||||
"recipe[hosting::postgress]"
|
||||
]
|
||||
"run_list": [ "role[gitea]"]
|
||||
}
|
||||
|
@ -1,35 +0,0 @@
|
||||
{
|
||||
"name": "hosting",
|
||||
"description": "Installs/Configures hosting",
|
||||
"long_description": "Installs/Configures hosting",
|
||||
"maintainer": "The Authors",
|
||||
"maintainer_email": "you@example.com",
|
||||
"license": "All Rights Reserved",
|
||||
"platforms": {
|
||||
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
},
|
||||
"providing": {
|
||||
|
||||
},
|
||||
"recipes": {
|
||||
|
||||
},
|
||||
"version": "0.1.0",
|
||||
"source_url": "",
|
||||
"issues_url": "",
|
||||
"privacy": false,
|
||||
"chef_versions": [
|
||||
[
|
||||
">= 13.0"
|
||||
]
|
||||
],
|
||||
"ohai_versions": [
|
||||
|
||||
],
|
||||
"gems": [
|
||||
|
||||
]
|
||||
}
|
@ -1 +1,2 @@
|
||||
cookbook_path '/opt/theta42/provision-node/cookbooks'
|
||||
cookbook_path '/opt/theta42/provision-node/cookbooks'
|
||||
roles_path '/opt/theta42/provision-node/roles'
|
||||
|
Reference in New Issue
Block a user