Hi i really undestand how deploy you class ,i use foreman .
i tryed add your example code to my
node 'ipaclient.domain.name' {
class { 'ipa':
client => true,
domain => 'domain.name',
realm => 'DOMAIN.NAME',
loadbalance => true,
ipaservers => ['ipaloadbalanceddnsname.domain.name','ipamaster.domain.name','ipareplica1.domain.name','ipareplica2.domain.name'],
desc => 'This is an IPA client', # This string will show up the the description attribute of the computer account.
otp => hiera('one_time_passwd')
}
}
and got
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class ipa
what i doing wrong ?
Hi i really undestand how deploy you class ,i use foreman .
i tryed add your example code to my
node 'ipaclient.domain.name' {
class { 'ipa':
client => true,
domain => 'domain.name',
realm => 'DOMAIN.NAME',
loadbalance => true,
ipaservers => ['ipaloadbalanceddnsname.domain.name','ipamaster.domain.name','ipareplica1.domain.name','ipareplica2.domain.name'],
desc => 'This is an IPA client', # This string will show up the the description attribute of the computer account.
otp => hiera('one_time_passwd')
}
}
and got
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class ipa
what i doing wrong ?