localhost.localdomain localhost *tbms
*Thanks all for ur support..
Regards,
Ramya Y.
On Thursday, 21 March 2013 07:56:24 UTC+5:30, Pete wrote:
>
> You need to reboot for selinux to be disabled.
> Try "setenforce permissive" to switch off enforcing mode.
>
>
> On 20 March
On Wednesday, 20 March 2013 11:36:30 UTC+5:30, yarlagadda ramya wrote:
>
> Hi all,
>
I tried disabling selinux also..i disabled it..but still am getting the
same errors.
>
> 1)I installed puppet agent in one of the server and i gave the name of the
> master for wh
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
Hi krish,
I also tried modifying SELINUX=disabled in /etc/selinux/config but its
of no use..it dint get disabled
Regards,
Ramya Y
On Wednesday, 20 March 2013 10:29:17 UTC+5:30, yarlagadda ramya wrote:
>
> Hi..
>
> I tried to disable selinux but it dint worked...it is e
nforce
but itis not working...
please check it out...
Regards
Ramya Y
On Monday, 18 March 2013 20:16:20 UTC+5:30, krish wrote:
>
>
>
> On Mon, Mar 18, 2013 at 6:24 PM, yarlagadda ramya
>
> > wrote:
>
>> Hi krish..
>>
>> Am able to reach the master th
On Friday, 15 March 2013 14:46:37 UTC+5:30, yarlagadda ramya wrote:
>
> Hi all,
>
> I installed puppet agent in one ip in linux..and am trying to connect to
> master while installing only..agent is getting installed but its giving
> host name look up failure..
>
> But
On Friday, 15 March 2013 14:46:37 UTC+5:30, yarlagadda ramya wrote:
>
> Hi all,
>
> I installed puppet agent in one ip in linux..and am trying to connect to
> master while installing only..agent is getting installed but its giving
> host name look up failure..
>
> But
, 15 March 2013 14:46:37 UTC+5:30, yarlagadda ramya wrote:
>
> Hi all,
>
> I installed puppet agent in one ip in linux..and am trying to connect to
> master while installing only..agent is getting installed but its giving
> host name look up failure..
>
> But i specified th
Hi all,
I installed puppet agent in one ip in linux..and am trying to connect to
master while installing only..agent is getting installed but its giving
host name look up failure..
But i specified the correct host name only for the master for which it
needs to be connected during installation.
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.gcI
yes...thankyou...will apply it..
On Monday, 25 February 2013 12:34:16 UTC+5:30, yarlagadda ramya wrote:
>
> Hi all,
> This is the class i have written for downloading and installing jdknow
> i want to apply a condition using if for it such that...this downloads the
> file
Hi all,
This is the class i have written for downloading and installing jdknow
i want to apply a condition using if for it such that...this downloads the
file and installs it only if the jdk1.6.0_24.tar.gz file is not present in
the specified directory...am trying for it...but not getting..c
Hi..,
Am not using file...m using exec and in that wget command..
On Friday, 22 February 2013 19:54:47 UTC+5:30, k...@mocker.org wrote:
>
> yarlagadda ramya > writes:
>
> > hi all,
> >
> > I wote a module for downloading jdk, jboss, mysql and installing
> the
Hi all,
Can u pls provide me the solution for this
class main {
$software = "/app/tcs/puppetdemo/software"
$server = "/app/tcs/puppetdemo/server"
exec{"download_jdk":
command =>"/usr/bin/wget $URL",
cwd =>"$software",
}
exec {"untar_jdk":
command => "/bin/tar -C /app/tcs/p
hi all,
I wote a module for downloading jdk, jboss, mysql and installing them..now
i would like to apply a condition to it...in such a way that..if its
already downloaded, it should not download it..
can some one please help me with this...
Regards,
Ramya
--
You received this message becaus
Hi all,
Can we write many classes in a single manifest and apply that manifest??
For example i have created manifest, file1.pp and it includes the
following:
class one{
exec{"--"
command => " ",
cwd => " ",
}
Thanks i got the solution mathew
On Wednesday, 13 February 2013 11:16:13 UTC+5:30, yarlagadda ramya wrote:
>
> *Hi all,
>
> I wrote a manifest for downloading linux.x64_11gR2_database_1of2.zip and
> copying that to another directory and unzipping there..its getting
> download
Hi all,
I have 3 different manifests. How can i call one manifest from another
manifest?
Please do help me with this.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an em
Sorry krish...i dint get you..
On Wednesday, 13 February 2013 11:24:16 UTC+5:30, krish wrote:
>
>
> err: /Stage[main]//Exec[copy_unzip]/returns: change from notrun to 0
>> failed: /usr/bin/unzip -C /db/oracle /db/combo.zip returned 9 instead of
>> one of [0] at /root/learning-manifests/combozip.
*Hi all this is the manifest i have written for installing oracle:*
$URL =
"http://192.168.24.171:8080/softwares/linux.x64_11gR2_database_1of2.zip";
$Software = "/db"
$Server = "/db/oracle"
exec { "download_url":
command => "/usr/bin/wget $URL",
cwd => "$Software",
}
exec {"copy
Hi all,
I actually downloaded Jboss-as-7.1.1.final.tar.gz file from net and stored
it in a directory..through LINUX. Now using the local machines IP with
which am working,
i wrote manifest for the following things to happen:
1)Downloading the same tar file to another directory.
2)Changing its p
Hi all,
I have written the following code...
$someendpoint1="12345"
$someendpoint2="54321"
$prop = "/app/tcs/temp.properties"
file{'temp.properties':
path =>"$prop",
ensure =>'present',
content =>"$someendpoint1=http://sdrhuiswresw:8080/ersfrsdrs/sdersrsrs
$someendpoint2=http://sdrhuiswresw:8080
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 compl
*Hi all,
Can some one please help me with this
Declare a file resource in a manifest and apply it! Try changing the login
message by setting the content of /etc/motd.*
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussio
24 matches
Mail list logo