Re: [Puppet Users] The combined use of Ubuntu and CentOS

2014-07-15 Thread jcbollinger
On Monday, July 14, 2014 2:27:22 PM UTC-5, Hunter Haugen wrote: > > Yep, totally possible. The puppet master daemon is platform-agnostic and > uses the information sent from the agent (via `facter`) to know how to > compile the catalog. > AND, the agent adapts to the tools provided by its hos

Re: [Puppet Users] The combined use of Ubuntu and CentOS

2014-07-14 Thread Hunter Haugen
Yep, totally possible. The puppet master daemon is platform-agnostic and uses the information sent from the agent (via `facter`) to know how to compile the catalog. So if your ubuntu agents check in, the master daemon makes ubuntu catalogs. If your centos agents (including the master managing itsel

[Puppet Users] The combined use of Ubuntu and CentOS

2014-07-14 Thread Nevzat erçolak
Hi, I am using puppetmaster on centos 6.5. I want to use puppet agent which is installed on ubuntu 12.04. I want to install and configure some package on ubuntu 12.04 via using puppet. Is it possible to use different operating system between puppetmaster and agents? If it is possible, how can I