[Puppet Users] Serving files from custom mount point in Puppet 4

2016-01-11 Thread mohammad kashif
Hi Is serving files from custom mount point depreciated in puppet 4? I configured fileserver.conf file in same way as in puppet 3 but it is not working. I could not find any explicit statement in puppet 4 documents about custom mount points. Has any one managed to serve from custom mount point

[Puppet Users] Exporting resource to a particular host

2015-02-04 Thread mohammad kashif
Hi I am using puppetdb and exported resource to manage autmatic nagios setup. It works very well. Now I want to setup another nagios server for another set of machines using same puppetdb and puppet master. As for I understand, a client exports @@nagios_host and nagios server collect it by

[Puppet Users] Problem after updating to puppet-3.6.2-1

2014-06-26 Thread mohammad kashif
Hi I am having an issues after updating to puppet-3.6.2-1. Main problem is that few nodes are failing with Error: Could not retrieve catalog; skipping run all the time. I am running puppet with passenger and it was working perfectly before upgrade. I am managing almost 200 nodes with puppet.

[Puppet Users] stdlib file_line type

2013-06-28 Thread mohammad kashif
Hi I am just testing file_line type in puppetlabs stdlib library. It is a very simple line file_line { 'testing file_line' : ensure = present, line = 'This is a test' path = '/etc/puppet/puppet-test' } It works but when I look at client log

[Puppet Users] augeas for hosts.allow

2013-05-29 Thread mohammad kashif
Hi I am trying to configure hosts.allow using augeas with puppet. I can add a ip range if process exists with this code augeas { Add ${name} to ${process}: context = /files/etc/hosts.allow, changes = set *[process='${process}']/client[last()+1] ${name}, onlyif = match