Displaying 4 results from an estimated 4 matches for "yarlagadda".
2013 Mar 13
2
How to add a new line at a particular place in a file..
Hi all,
How can i write a puppet code such that..it adds a line of content that i
want..at a desired place in a file..
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m
-Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
2013 Mar 20
3
Host name look up failure- unable to generate certificate in agent and transfer that to master for signature.
Hi all,
1)I installed puppet agent in one of the server and i gave the name of the
master for which it needs to be connected as puppet. But am unable to
connect to the host..the certificate is not present in the master when i
searched for it with this command *puppet cert list -all *am getting this
error in the master *err: Could not call list: header too long header too
long.*
**
2)When
2013 Jan 22
0
Re: How can i create a class with this....?? Pls help
On Tue, Jan 22, 2013 at 12:30 AM, yarlagadda ramya <rams.15891@gmail.com> wrote:
You really want the `puppet-users@googlegroups.com` list for this sort
of question; the dev list is about modifying Puppet itself, not about
manifest level questions.
> I have created two manifests one for moving and other for renaming the moved
> f...
2013 Jan 15
1
Pls do suggest a simple example for creating a class using manifests
Hi all,
I have created two different manifests:
1) For moving a particular file from one directory to another using exec.
2)For renaming that same file using exec.
Now can you please suggest me the syntax for creating a class which applies
these two manifests?? In Modules, actually a very complex example for
class is given, which is a bit difficult to understand at very low level
knowledge