search for: khengare

Displaying 11 results from an estimated 11 matches for "khengare".

2013 Apr 11
4
Duplicate Declaration of resource (editing contents of same file in two diiferent module)
Hi all, I am writing two modules abc and xyz. In both the modules i have to change common "test.txt" file,here i use template (.erb) file to changing the contents. In both abc and xyz the contents of "test.txt" file is different, if i declare file resource for "test.txt" file in two different modules it gives duplicate declaration of resource error. For the
2013 Oct 12
2
Warning: appears to have a negative number of dependencies
Hello After add some packagelist to puppet class. I get lots of warning message "appears to have a negative number of dependencies". My puppet master and agent version are 3.3.1. Here is the log out: [root@gpu022 ~]# puppet agent --test Info: Retrieving plugin Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb Info: Loading facts in
2013 Oct 08
1
Puppet controling Network Interfaces OS:CentOS 5.x
Hello all, I am just learning Puppet-Poetry for controlling packages and file contents. Looking at the depth of language and concepts for this application, I thought, "There must be a mechanism for controlling IP addresses and interfaces for agent nodes that I am not seeing." Would it be possible for someone to point me into a direction for basic control/manipulation of an
2013 Aug 20
1
Installation problem (PE 3.0.0 on RHEL 6.4 x64)
Hello everyone. I''m trying to install Puppet Enterprise for test purposes before my company make a purchase of Puppet Enterprise. There is a problem with installation (good start i guess :) ). After Q&A from installator and packages installation I''m getting this output: ## Setting up puppet master... ## Checking the agent certificate name detection... ## Setting up puppet
2013 Nov 22
0
centos4.8 system container not working on fedora 19 machine
...rc.sysinit: line 52: $selinuxfs/enforce: ambiguous redirect Press enter for maintenance (or type Control-D to continue): (Repair filesystem) 1 # exit Unmounting file systems mount: can't find / in /etc/fstab or /etc/mtab Automatic reboot in progress. thanks in advance. Regards, Rahul Khengare, NTT OSS Center, Pune, India.
2013 Sep 30
2
best practice for managing multiple stanzas within a config file?
What is the best way to manage multiple stanza within a config file? For a splunk configuration file (inputs.conf) I need to manage some thing like [monitor://var/log] blacklist = someRegularExpression whitelist = someOtherRegularExpression [monitor://var/lib/ourApp] There can be multiple monitor stanzas and each may or may not have a whitelist or blacklist. I haven''t found any
2013 Aug 09
2
Copying multiple files to multiple locations
Hi, I''m, still relatively new to Puppet, so there might be something I am overlooking. Anyway, my situation is that I can install 1 or multiple tomcat instances on a machine, and in order for me to ensure that they can talk to all databases we run (test environments) I want to copy all DB drivers into each instance. So basically I have a defined type for my tomcat instance, which
2011 Mar 08
3
classes.txt missing
Hi It seems like classes.txt file is not being created when I run puppet on my servers. I am running puppet without a puppet master. I use subversion to pull the manifests on each of the boxes and run this command to run puppet. puppet apply --verbose /path/to/manifest My puppet version is puppet 2.6.4. My puppet.conf file looks like this: [main] # The Puppet log directory. # The
2013 Sep 16
4
Executing command via puppet !
Hi, Is it possible to get response of a command from puppet ? For example if I run "nginx -t" it would give some details about the configurations i.e. if configuration has some error then which file has the error ! Regards -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving
2012 Jan 15
1
puppet client server connection refused when I use puppet kick
I have very strange problem. I set up puppet client on serveral servers but have problem with one of them. When I invoke: root@www ~ # puppet agent --server puppetmaster.domain.ltd --test notice: Ignoring --listen on onetime run info: Caching catalog for puppetclient.domain.ltd info: Applying configuration version ''1326444431'' notice: Finished catalog run in
2013 Oct 11
4
Duplicate declaration for files.
Hello, I''m configuring my linux server with puppet open and is ok. My question is the next; I''ve a declared in mi nodes.pp the next: [.............] node ''basenode'' { include ''baseos'' include ''motd'' import ''useradd.pp'' } #All nodes for my domain node /.*\.example\.com/ inherits