From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On 
Behalf Of samarth saxena

> Need some pointers to write a puppetĀ  module to update kernel to latest 
> update.
> "yum update kernel"

package {'kernel':
  ensure => latest, # or some specific version
}

> if one error comes during the update of kernel certificate error w.r.t 
> googlecloud rpms then run,
> sudo tee /etc/yum.repos.d/google-cloud.repo << EOM

file {'cloud_repo':
  path => '...',
  source => '...',
  before => Package['kernel']
}

HTH...

        Dirk
-- 
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 email 
to mailto:puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_puppet-2Dusers_784afc3f-2D50b3-2D432e-2D9ec7-2D518783c82689-2540googlegroups.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DwMFaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=TsKycyisPP_6FVCeETRooIdY_8hdAsXoxwbvHso_TaI&m=6fiUYk9fl-oZSu5UumOQNgtP_oM11umkJybN7-AeSF8&s=tQuCv1ytod005fM07pALd5i4MdRhz-Y6OHARshoDfRw&e=.
For more options, visit 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwMFaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=TsKycyisPP_6FVCeETRooIdY_8hdAsXoxwbvHso_TaI&m=6fiUYk9fl-oZSu5UumOQNgtP_oM11umkJybN7-AeSF8&s=r19p4dhX-koMUpIBdY1QitCUqxXl-bwsbZNvM_t2X9s&e=.

-- 
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 email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/SN6PR15MB24169C9667BAB037E8F87627AAB70%40SN6PR15MB2416.namprd15.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to