Hy I' ve used a Yumrepo resource to set up the repository. I have passed
the public key with a file resource.
It seems to work now
Thank you thank you again
Il giorno mercoledì 8 maggio 2013 00:39:53 UTC+2, Francesco ha scritto:
>
> Hy I m new to puppet.
> I 'd like to install epel.repo on a m
On Friday, May 10, 2013 7:35:48 AM UTC-5, Fco CM wrote:
>
> Hi,
>
> did you try:
>
> node default {
>
> include epel
>
> }
>
>
That is not the issue. The error message he reported shows that his class
is assigned to the target node, for the error occurs when the Package
resource declared in i
Hi,
did you try:
node default {
include epel
}
El miércoles, 8 de mayo de 2013 00:39:53 UTC+2, Francesco escribió:
>
> Hy I m new to puppet.
> I 'd like to install epel.repo on a my node and this is the module that I
> ve created
>
> class epel {
>
> package { 'epel':
> provider => '
El miércoles, 8 de mayo de 2013 00:39:53 UTC+2, Francesco escribió:
>
> Hy I m new to puppet.
> I 'd like to install epel.repo on a my node and this is the module that I
> ve created
>
> class epel {
>
> package { 'epel':
> provider => 'rpm',
> ensure => installed,
> source =>
Excuse me, can anyone help me please . I m going mad...
thank you , thank you, thank you
Il giorno giovedì 9 maggio 2013 11:46:58 UTC+2, Francesco ha scritto:
>
> Excuse again
> This is the output of my node
> puppet agent --server=puppet.x.x.x. --no-daemonize --verbose --onetime
> info: Cachin
Excuse again
This is the output of my node
puppet agent --server=puppet.x.x.x. --no-daemonize --verbose --onetime
info: Caching catalog for rlltas05a.x.x.x.x.
info: Applying configuration version '1368021386'
notice: Finished catalog run in 0.01 seconds
this is my site.pp
node 'rlltas05a' {
#inc
Excuse for my question
I ve installed module and incuded it in file site pp.
But nothin happen
Where can i check llog files in puppet?
Tahnk you very much again
Here you are site .pp
node 'rlltas05a
#include screen
#include run
include epel
On Wednesday, May 8, 2013 12:39:53 AM UTC+2, Francesco