Greg, I believe that normally the FOSS version of puppet (if you have the correct FOSS version for your version of PE) should work with PE, however to be certain of compatibility you should use the PE installer to get the agent on the system. However, F18 is not a supported platform for PE 2.8. That said, you can try running the agent from your F18 node with "puppet agent -t" and see if it is able to successfully run. If it is, then I believe it will now show up in the console and you may need to check and see why it wasn't running (most likely because the agent daemon was not running, which it isn't by default). If it is not able to run with "puppet agent -t", the output might give you a clue as to what is wrong.
Sorry for the long delay. You might want to try the pe-users or puppet-users mailing lists in the future, which are more geared towards this kind of question and should result in much faster response times. This list is mainly for discussing the development of puppet itself. On Fri, Jul 5, 2013 at 12:09 PM, Greg Emanuel <[email protected]>wrote: > I have a Ubuntu 12.04 server running PE 2.8.2. I have a Fedora 18 node > that I would like to manage. I installed the F18 node using a kickstart > installation. During this install I enabled the puppetlabs repo and > installed puppet from the puppetlabs repo. One of the post installation > tasks executed the following command: puppet agent -t --server <server > name>. Everything seemed to install ok. I did get a certificate request > that I could see and Accept on the PE console. After accepting the cert, > the node never shows up in the PE console. I have verified DNS and > networking info multiple times and everything is in order. I am wondering > if the puppet agent from the puppetlabs repo works with Puppet Enterprise. > Or am I all wrong and should be using the Puppet Enterprise installer on > the nodes? I would assume then the Red Hat installer would be used on a > Fedora node? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-dev. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Andrew Parker [email protected] Freenode: zaphod42 Twitter: @aparker42 Software Developer *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13* **Register now and take advantage of the Early Bird discount - save 25%!* -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-dev. For more options, visit https://groups.google.com/groups/opt_out.
