NFS mount flags in fstab entry?

2010-09-21 Thread Mathew Hennessy
Hi, Is there a way to guarantee changes to relevant fstab NFS mount flags when made in a body mount? So far, I have to umount the dirs and delete them from fstab on the client for a cf-agent run to repopulate fstab with the changed flags. TIA, = Matt _

Re: regex question for Redhat YUM package_method?

2010-09-13 Thread Mathew Hennessy
olas > > On 13/09/2010 01:00, Mathew Hennessy wrote: >> Hi, >> When trying to get the following to work (excerpt): >> >> bundle action foobar >> { >> vars: >> redhat.tomcat_host:: >>"add_package"slist => {"httpd

regex question for Redhat YUM package_method?

2010-09-12 Thread Mathew Hennessy
Hi, When trying to get the following to work (excerpt): bundle action foobar { vars: redhat.tomcat_host:: "add_package"slist => {"httpd"}; "upd_package"slist => {"httpd"}; "del_package"slist => {"unnecessary-pkg"}; packages: redhat:: "$(add_package)" comment =>