On Thu, Dec 27, 2012 at 5:29 AM, Allan Mullan <[email protected]> wrote:
> I'm new to Puppet (yay!) and working through having a different resolv.conf
> for systems that contain a certain string in their hostname.
>
> I've got the following in my modules/system/files.pp:
>
> class system::files {
>     case $hostname {

Off the top of my head you may want to try $::fqdn instead.

Thanks,
Roman.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to