Slack url is available in the puppet community page. Which is shared above.
Regards,
On Wed, 26 Aug 2020 12:41 am Asis Sethi, wrote:
> I would like to join the puppet slack channel too please let know
>
> On Sat., Aug. 22, 2020, 7:10 p.m. Tej Singh Rana, <
> iamtejsinghr...@g
Hello, Team
I am not getting links to join slack channel. Puppet has a slack channel
like others? Can I get invited URLs to join slack channel?
thanks,
--
*-*
*Tej Singh Rana*
--
You received this message because you are subscribed to the Google Groups
"Puppet
=> '05508e68c9ea4f008e5fdae0ff87177a42938aa5',
>checksum_type => 'sha1',
>user => 'root',
>group => 'root',
>require => Package['wget'],
> }
>
>
> archive { '/mnt/lnxmirro
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
Using the archive module, zip file is available in agent node and accessed
to extract from master node. Unfortunately not running. Any idea puppet
users?
archive { "xyz.zip":
ensure => present,
extract => true,
source => "file:///usr/src/base/xyz.zip",