[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread Chris Blumentritt
On Mon, Sep 21, 2009 at 12:19 PM, Chris Blumentritt wrote: > > > On Mon, Sep 21, 2009 at 11:27 AM, David Schmitt wrote: > >> >> Chris Blumentritt wrote: >> > >> > >> > On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt > > > wrote: >> > >> > >> > Chris Blumentritt wrote: >>

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread David Bishop
Never mind. Figured out those clients didn't have the proper 'pluginsync' lines in puppet.conf. David Bishop On Sep 21, 2009, at 1:38 PM, David Bishop wrote: > On Mon, Sep 21, 2009 at 12:19:39PM -0500, Chris Blumentritt wrote: >> I have a separate class that includes the my_project::pro

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread David Bishop
On Mon, Sep 21, 2009 at 12:19:39PM -0500, Chris Blumentritt wrote: >I have a separate class that includes the my_project::project_env for all >of my app servers. �I can verify that it is working since the apache conf >file for site is there. �I have been banging my head on a wall with t

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread Chris Blumentritt
On Mon, Sep 21, 2009 at 11:27 AM, David Schmitt wrote: > > Chris Blumentritt wrote: > > > > > > On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt > > wrote: > > > > > > Chris Blumentritt wrote: > > > node web1{ > > >$secondary_ip = xxx > > >

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread David Schmitt
Chris Blumentritt wrote: > > > On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt > wrote: > > > Chris Blumentritt wrote: > > node web1{ > >$secondary_ip = xxx > > > >network::ip { $secondary_ip: } > >apac

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread David Schmitt
Chris Blumentritt wrote: > > > On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt > wrote: > > > Chris Blumentritt wrote: > > node web1{ > >$secondary_ip = xxx > > > >network::ip { $secondary_ip: } > >apac

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread Chris Blumentritt
On Mon, Sep 21, 2009 at 10:03 AM, David Schmitt wrote: > > Chris Blumentritt wrote: > > node web1{ > >$secondary_ip = xxx > > > >network::ip { $secondary_ip: } > >apache::site { blah: ip => $secondary_ip } > > } > > > > > > How can I access the $seconda

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread David Schmitt
Chris Blumentritt wrote: > node web1{ >$secondary_ip = xxx > >network::ip { $secondary_ip: } >apache::site { blah: ip => $secondary_ip } > } > > > How can I access the $secondary_ip variable from a class? I have the > app_server class make the same

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-21 Thread Chris Blumentritt
On Fri, Sep 18, 2009 at 2:54 AM, David Schmitt wrote: > > Chris Blumentritt wrote: > > I receive the following error when trying to do the puppet below: > > Failed to parse template s_apache_site/site.conf.erb: Could not find > > value for 'ipaddress_eth0_0' > > > > As far as I can tell the ipadd

[Puppet Users] Re: cannot parse template when fact does not exist

2009-09-18 Thread David Schmitt
Chris Blumentritt wrote: > I receive the following error when trying to do the puppet below: > Failed to parse template s_apache_site/site.conf.erb: Could not find > value for 'ipaddress_eth0_0' > > As far as I can tell the ipaddress_eth0_0 fact has to exist on the > client before it will parse