joshuabaird / puppet-ipaclient

Puppet module to manage IPA client installation. Please fork and contribute!
https://forge.puppetlabs.com/joshuabaird/ipaclient
MIT License
12 stars 23 forks source link

Cant use #32

Closed rafilkmp3 closed 9 years ago

rafilkmp3 commented 9 years ago

I use a foreman for manage my puppet ,

i deploy your class and only uncomment

class { 'ipaclient': principal => "admin", password => "unicorns", server => ["ipa01.pixiedust.com", "ipa02.pixiedust.com"], domain => "pixiedust.com", realm => "PIXEDUST.COM", mkhomedir => false, automount => true, ssh => false, fixed_primary => true, automount_location => "home", }

and a got a error Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class ipaclient for v00-vms01-php-testing.fidelize.com.br on node v00-vms01-php-testing.fidelize.com.br

can you help me ?

rafilkmp3 commented 9 years ago

all this in init.pp , i am begginer and this is what i understando from your code tks in advance

stbenjam commented 9 years ago

It sounds like the module isn't installed on the puppet master? You can try

puppet module install stbenjam-ipaclient

on the puppetmaster.