Hi Red! Thanks for the reply, I'm familiar with the new interface labelling, though I'd be hard pressed to translate it with out the docs :)
facter interfaces on both servers produces what one would expect... [root@buildtest1]# cat /etc/system-release > Oracle Linux Server release 7.0 > [root@buildtest1]# facter interfaces > ens192,lo > > [root@buildtest2]# cat /etc/system-release > CentOS Linux release 7.0.1406 (Core) > [root@buildtest2]# facter interfaces > ens33,lo > On Sunday, March 1, 2015 at 8:01:44 PM UTC-5, red wrote: > > ens33 and ens192 are the new style interface names, replacing eth0 eth1 > ... > what do you get if you execute: > > facter interfaces > > On Wednesday, February 25, 2015 at 1:43:18 PM UTC-8, smalderma wrote: >> >> Hi, >> >> I'm working on enabling our environment to support EL7 Linux systems. We >> mostly run OracleLinux, but also have CentOS and RHEL. >> >> I've got a CentOS 6 PuppetMaster running Foreman 1.7.2, Puppet 3.6.2 >> (from puppetlabs repo) doing my provisioning. I have provisioning working >> for both Oracle Linux 7 and CentOS 7. The systems kickstart, install >> puppet inform Foreman that they're done building and reboot. >> >> After the reboots, the puppet agent on both systems produce this: >> >> Failed to apply catalog: Could not retrieve local facts: undefined method >>> `to_a' for "ens33":String >>> >> and >> >>> Failed to apply catalog: Could not retrieve local facts: undefined >>> method `to_a' for "ens192":String >>> >> >> I'm at something of a loss as to why. While I'm new at the EL7 release, >> I know there have been issues with facter requiring net-tools to be >> installed....and it is. Both agents are installed out of EPEL 7 at version >> 3.6.2 with facter 2.2. Would anyone happen to have an idea on this? >> >> Thanks for the advice! >> > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/f89628d6-a566-4583-8ab9-c4246a108e92%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
