[Puppet Users] Docker compatible for Cent OS 8.1

2020-06-28 Thread Vinay Korrapati
Hi Team, i would like to install the docker on Cent OS 8.1 through puppet. As per the https://forge.puppet.com/puppetlabs/docker its supported 7.0 only. Kindly suggest the supported forge module/any public repo for cent OS 8.1. Regards Vinay -- You received this message because you are subs

Re: [Puppet Users] archive

2020-06-28 Thread Tej Singh Rana
$dirname = 'blog' $filename = "${dirname}.zip" $install_path = "/opt/${dirname}" class archive { archive { '/opt/blog': path => "/usr/src/blog/${filename}", ensure => present, source => "file://usr/src/blog/${filename}", extract_command => "unzip /usr/src/blog/blog.zip /opt/blog" e

Re: [Puppet Users] archive

2020-06-28 Thread Tej Singh Rana
Nothing happening and not getting any errors. On Sun, Jun 28, 2020 at 12:18 PM Tej Singh Rana wrote: > $dirname = 'blog' > $filename = "${dirname}.zip" > $install_path = "/opt/${dirname}" > > class archive { > archive { '/opt/blog': >path => "/usr/src/blog/${filename}", >ensure => presen