> This has nothing to do with grep.
>
> facter should report a single consistent value for 'operatingsystem' when
> invoked in either of these ways.

Agreed.

> Andrew, have you put a bug report in about this?

No, I wanted to check first if I was missing something.  I'll file a
bug report about it.

And, it does occur within puppet-- that's how I noticed it.  I have

    case $operatingsystem {
        debian: {
            $diffutils = ['diffutils', 'diffutils-doc']
        }
        ubuntu: {
            $diffutils = ['diff', 'diff-doc']
        }
    }

and found that I was getting diffutils (the debian case) on Ubuntu.

Thanks,
Andrew.

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

Reply via email to