Hi guys,

Is it currently possible to do something along the lines of:

class accounts {
    require => Fact["blah"]
    ...
}

Reason I ask is that I have a custom fact for the directory to use as
the base home directory
(it varies based on OS, etc.) for user accounts. The problem I have is
that when I jumpstart
a new server and put Puppet on it, the first run doesn't know about
the home directory fact
(it gets grabbed in from a different class - "customfacts") and as a
result all the home directories
get created in the root directory, not in /home (or /export/home)

Now I can put in a require => Fact["blah"] for every user, but that
seems somewhat excessive.
It means that for every fact that I include, I need to require that
fact for every object I use it in...
At least at a class level I can tell it what I need for that class...

Or does anyone have any other ideas on how I can tackle this?

thanks,

Greg
--~--~---------~--~----~------------~-------~--~----~
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