On Thu, Mar 19, 2009 at 2:38 AM, James Turnbull <[email protected]> wrote:
> I think we'll do:
>
> $operatingsystemrelease => 5.2
> $operatingsystemmajrelease => 5
Thanks!
Is there a good method for dealing with a case like this other than doubling up?
file { "whatever":
source => [
"$fileserver/whatever/whatever-$operatingsystemrelease","$fileserver/whatever/whatever-$hostname"
]
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---