Multinode: Double book keeping
Unfortunatly we must do the same calcultions for multinode
This commit is contained in:
parent
61daa44afa
commit
ec95b0754f
2 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ define sunetdrive::app_type (
|
||||||
$dbhost = $config[ 'dbhost' ]
|
$dbhost = $config[ 'dbhost' ]
|
||||||
$dbname = $config[ 'dbname' ]
|
$dbname = $config[ 'dbname' ]
|
||||||
$dbuser = $config[ 'dbuser' ]
|
$dbuser = $config[ 'dbuser' ]
|
||||||
$full_backup_retention = $config[ 'full_backup_retention' ]
|
|
||||||
$instanceid = $config[ 'instanceid' ]
|
$instanceid = $config[ 'instanceid' ]
|
||||||
$mysql_user_password = $config[ 'mysql_user_password' ]
|
$mysql_user_password = $config[ 'mysql_user_password' ]
|
||||||
$passwordsalt = $config[ 'passwordsalt' ]
|
$passwordsalt = $config[ 'passwordsalt' ]
|
||||||
|
|
|
@ -324,7 +324,6 @@ MACAddressPolicy=none'
|
||||||
drive_email_template_plain_text_left => hiera($environment)['drive_email_template_plain_text_left'],
|
drive_email_template_plain_text_left => hiera($environment)['drive_email_template_plain_text_left'],
|
||||||
drive_email_template_text_left => hiera($environment)['drive_email_template_text_left'],
|
drive_email_template_text_left => hiera($environment)['drive_email_template_text_left'],
|
||||||
drive_email_template_url_left => hiera($environment)['drive_email_template_url_left'],
|
drive_email_template_url_left => hiera($environment)['drive_email_template_url_left'],
|
||||||
full_backup_retention => $full_backup_retention,
|
|
||||||
mariadb_dir => "/opt/multinode/${customer}/mariadb-${customer}",
|
mariadb_dir => "/opt/multinode/${customer}/mariadb-${customer}",
|
||||||
mycnf_path => 'sunetdrive/multinode/my.cnf.erb',
|
mycnf_path => 'sunetdrive/multinode/my.cnf.erb',
|
||||||
mysql_root_password => $mysql_root_password,
|
mysql_root_password => $mysql_root_password,
|
||||||
|
|
Loading…
Add table
Reference in a new issue