Joshua,

On Sep 15, 2:26 pm, "Joshua Timberman" <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 15, 2008 at 10:44 AM, josh <[EMAIL PROTECTED]> wrote:
>
> > class typeA {
> >    file { "/etc/ipf/ipf.conf":
> >        owner => "root",
> >        group => "sys",
> >        mode  => 644,
> >        source => "puppet://10.1.2.208/files/etc/ipf/ipf.conf.typeA",
> >        alias => typeA
> >    }
>
> Try this, replacing X with A, B etc.
> class typeX {
>   file { "ipf-conf-typeX":
>     path => "/etc/ipf/ipf.conf",
>     ...
>   }
>
> }
>
> --
> Joshua Timberman
> "Patriotism has no party" - Barack Obama, DNC 2008.


Thank you, I will try that approach.  It seems that I had a typo in
one of my nodes/foo.pp files, and fixing that resolved the issue for
now, but I like your approach.

Josh


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to