Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adullact
vagrant-nextcloud
Commits
060cd605
Commit
060cd605
authored
Oct 17, 2019
by
Matthieu FAURE
Browse files
FEAT Add required parameters
parent
90e02e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/default.pp
View file @
060cd605
class
{
'nextcloud'
:
# manage_apache => true,
# manage_redis => true,
manage_mariadb
=>
true
,
mariadb_password
=>
'S3cr#TPassw0rdz'
,
manage_apache
=>
true
,
manage_redis
=>
true
,
manage_mariadb
=>
true
,
db_password
=>
'S3cr#TPassw0rdz'
,
nc_admin_username
=>
'ncadmin'
,
nc_admin_password
=>
'ncpass'
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment