fix: fact was misspelled
- fixed fact name
This commit is contained in:
parent
73a21059f8
commit
d92c13525c
@ -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