Is there any particular reason you're not mounting a new volume under /var/lib/puppet/reports? That way you only have to customize at the disk/filesystem level, not in your application config.
On Fri, Oct 26, 2012 at 03:23:43PM +0100, Frank wrote:
> Hi,
> I've filled up my hard drive so I want to point /var/lib/puppet/reports to
> another volume.
> I've change /etc/puppet/puppet.conf to match my needs:
> #reportdir = /var/lib/puppet/reports
> reportdir = /VOL2/puppet/reports
> after restarting puppet I see reports being stored in the same original
> place.
> I am missing some step here?
> thanks in advance,
> --
> Frank
> --
> 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+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
On Friday, October 26, 2012 at 3:27 PM, Christopher Wood wrote:
> Is there any particular reason you're not mounting a new volume under /var/lib/puppet/reports? That way you only have to customize at the disk/filesystem level, not in your application config.
> (I don't know why puppet might be doing this.)
Well, in fact :) little weird but ok. Right now I'm running Puppet 2.7.19 and I'm gonna do this 'trick' until I have the time to migrate this to Puppet 3
> On Fri, Oct 26, 2012 at 03:23:43PM +0100, Frank wrote:
> > Hi,
> > I've filled up my hard drive so I want to point /var/lib/puppet/reports to
> > another volume.
> > I've change /etc/puppet/puppet.conf to match my needs:
> > #reportdir = /var/lib/puppet/reports
> > reportdir = /VOL2/puppet/reports
> > after restarting puppet I see reports being stored in the same original
> > place.
> > I am missing some step here?
> > thanks in advance,
> > -- > > Frank
> > --
> > 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 (mailto:puppet-users@googlegroups.com).
> > To unsubscribe from this group, send email to
> > puppet-users+unsubscribe@googlegroups.com (mailto:puppet-users+unsubscribe@googlegroups.com).
> > For more options, visit this group at
> > http://groups.google.com/group/puppet-users?hl=en.
> -- > 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 (mailto:puppet-users@googlegroups.com).
> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com (mailto:puppet-users+unsubscribe@googlegroups.com).
> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Friday, October 26, 2012 at 3:53 PM, Jeff McCune wrote:
> On Oct 26, 2012, at 7:23 AM, Frank <urealfr...@gmail.com (mailto:urealfr...@gmail.com)> wrote:
> > Hi,
> > I've filled up my hard drive so I want to point /var/lib/puppet/reports to another volume.
> > I've change /etc/puppet/puppet.conf to match my needs:
> --
> 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 (mailto:puppet-users@googlegroups.com).
> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com (mailto:puppet-users+unsubscribe@googlegroups.com).
> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
> > > after restarting puppet I see reports being stored in the same original place.
> > > I am missing some step here?
> > And this has been added to the [main] or [master] section in the conf file?
> [user]
> I'm gonna try it on master section…
> > -Jeff
> > --
> > 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 (mailto:puppet-users@googlegroups.com).
> > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com (mailto:puppet-users+unsubscribe@googlegroups.com).
> > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.