Slackbot
01/06/2023, 3:52 PMhelindbe
01/06/2023, 4:08 PMSlackbot
01/06/2023, 5:43 PMSlackbot
01/06/2023, 5:54 PMBrian Schonecker
01/06/2023, 6:05 PMSlackbot
01/06/2023, 6:06 PMSlackbot
01/06/2023, 6:10 PMvchepkov
01/06/2023, 6:33 PMrun_command("C:/Program\ Files/uninstall.exe",$targets)vchepkov
01/06/2023, 6:34 PMrun_command("C:/Program\\ Files/uninstall.exe",$targets)natemccurdy
01/06/2023, 8:55 PMrequire on the ruby-augeas package.
Use a before on the dependent packages.Slackbot
01/06/2023, 8:59 PMnatemccurdy
01/06/2023, 9:01 PMEach resource body consists of:
• A title, which can be one of:
** A string.
** An array of strings, which declares multiple resources.
natemccurdy
01/06/2023, 9:01 PMEach resource body consists of:
• A title, which can be one of:
◦ A string.
◦ An array of strings, which declares multiple resources.
Slackbot
01/07/2023, 2:55 PMAnimesh Sahu
01/07/2023, 3:05 PMAnimesh Sahu
01/07/2023, 3:05 PMAnimesh Sahu
01/07/2023, 3:06 PMcruelsmith
01/07/2023, 3:07 PMnotify will be a resource displayed on the puppet run but creating a changed resource while doing it.
When you just want to print on the agent while puppet run you can use echo from https://github.com/ipcrm/ipcrm-echo
It also supports your wanted `refreshonly`option: https://github.com/ipcrm/ipcrm-echo/blob/master/lib/puppet/type/echo.rb#L26-L29Slackbot
01/07/2023, 3:29 PMcruelsmith
01/07/2023, 3:40 PMAnimesh Sahu
01/07/2023, 3:48 PM$primary_user = 'animesh'
user { $primary_user:
ensure => present,
system => false,
managehome => true,
home => "/home/${primary_user}",
shell => '/usr/bin/fish',
groups => ['wheel'],
membership => 'minimum',
# require => [Class['packages::fish']],
password => file('configs/private/password'),
}
Now I'd like to access them under various modules/classSlackbot
01/07/2023, 5:53 PMcruelsmith
01/07/2023, 5:53 PMcruelsmith
01/07/2023, 5:55 PMcruelsmith
01/07/2023, 5:56 PMcruelsmith
01/07/2023, 11:14 PMcruelsmith
01/07/2023, 11:19 PMDavid Sandilands
01/08/2023, 12:18 AMAdam Kendall
01/08/2023, 9:12 PMSlackbot
01/09/2023, 1:33 AM