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
$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
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