On Sep 16, 8:55 pm, Peter Meier <peter.me...@immerda.ch> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > I would reference from back from the sysconfig::permissions module to > > the ntp module file by specifying > > name => "/var/lib/ntp" > > > Do I need to change all my modules because I used a feature of puppet > > which should not be there, and if so, how could I best fix this. > > does a single manifests like > > file{'foo': > name => '/tmp/foo', > mode => 0700; > > } > > with puppet apply, also raise an error? > > ~pete > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/ > > iEYEARECAAYFAk5zm6YACgkQbwltcAfKi3/k2QCfcG/LwcP+pebtbOA1vwFlOLwq > BoAAn1ukeUejmGFp4w4yCBk4No34xJhw > =pvok > -----END PGP SIGNATURE-----
A single manifests works fine, but this is not the only module I have where I set permissions using the sysconfig::permissions module. I can rewrite them, (and probably have to, to make it work again) but then it seems that the ' name' option in the file type is going to be obsoleted as it doesn't work anymore. -- 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.