---
infra::role: base
-infra::additional_classes:
- - infra::profile::apache_php
- - infra::profile::mysql_server
- - infra::profile::cron
accounts::users:
sebastian.bator:
---
+infra::additional_classes:
+ - infra::profile::apache_php
+ - infra::profile::mysql_server
+ - infra::profile::cron
+
mysql::client::package_name: "mysql-community-client" # required forproper MySQL installation
mysql::server::package_name: "mysql-community-server" # required forproper MySQL installation
mysql::server::service_name: "mysqld" # required forproper MySQL installation
---
+infra::additional_classes:
+ - infra::profile::apache_php
+ - infra::profile::mysql_server
+ - infra::profile::cron
+
mysql::server::override_options:
'mysqld':
server-id: '1'
---
+infra::additional_classes:
+# - infra::profile::apache_php
+ - infra::profile::mysql_server
+ - infra::profile::cron
+
mysql::server::override_options:
'mysqld':
server-id: '2'