HI ,

Need some pointers to write a puppet  module to update kernel to latest 
update.

"yum update kernel" 

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

[google-cloud-compute]
name=Google Cloud Compute
baseurl= a url 
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey= a package url


Basically of error comes while installing ,I need to do the above 
logic.Trying to update kernel in GCP.

Please point me just the way how to deal with above logic.



Thanks

Samarth

-- 
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/784afc3f-50b3-432e-9ec7-518783c82689%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to