manifest/init.pp: Fix chaining arrow syntax
This commit is contained in:
parent
aa13f71e6a
commit
2bca875a0c
@ -40,10 +40,10 @@ class nslcd (
|
|||||||
validate_re($ldap_tls_reqcert, $valid_ldap_tls_reqcert)
|
validate_re($ldap_tls_reqcert, $valid_ldap_tls_reqcert)
|
||||||
validate_re($ldap_search_scope, $valid_ldap_search_scope)
|
validate_re($ldap_search_scope, $valid_ldap_search_scope)
|
||||||
|
|
||||||
anchor { 'nslcd::begin': } ->
|
anchor { 'nslcd::begin': }
|
||||||
class { 'nslcd::install': } ->
|
-> class { 'nslcd::install': }
|
||||||
class { 'nslcd::config': } ~>
|
-> class { 'nslcd::config': }
|
||||||
class { 'nslcd::service': } ->
|
~> class { 'nslcd::service': }
|
||||||
anchor { 'nslcd::end': }
|
-> anchor { 'nslcd::end': }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user