Fixes in install_mariadb
This commit is contained in:
parent
c56366923f
commit
eb7e913469
4 changed files with 116 additions and 10 deletions
|
|
@ -26,7 +26,7 @@ class ServerTask(Task):
|
|||
|
||||
self.codename_task='standalone_mysql'
|
||||
|
||||
self.files=[['modules/pastafari2/scripts/servers/databases/mariadb/install_mariadb.py', 0o700]]
|
||||
self.files=[['modules/pastafari2/scripts/servers/databases/mariadb/install_mariadb.py', 0o700], ['modules/pastafari2/scripts/servers/databases/mariadb/mysql_secure.sh', 0o700]]
|
||||
|
||||
# Format first array element is command with the interpreter, the task is agnostic, the files in os directory. The commands are setted with 750 permission.
|
||||
# First element is the file, next elements are the arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue