Merge pull request 'fix: fact was misspelled' (#115) from neoloc/mariadb_fixes into develop
Reviewed-on: unkinben/puppet-prod#115
This commit is contained in:
commit
9be1e19900
@ -61,7 +61,7 @@ class profiles::sql::galera_member (
|
||||
if $::facts['os']['selinux']['config_mode'] == 'enforcing' {
|
||||
|
||||
# set permissive on first run, as we need mariadb installed/started at a custom path before adding fcontext
|
||||
if $::facts['mariadb_acti'] { $selinux_mode = 'enforcing' }else{ $selinux_mode = 'permissive' }
|
||||
if $::facts['mariadb_active'] { $selinux_mode = 'enforcing' }else{ $selinux_mode = 'permissive' }
|
||||
|
||||
# call the mysqld selinux class
|
||||
class { 'profiles::selinux::mysqld':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user