Lumiere
08/29/2022, 7:59 PMLumiere
08/29/2022, 7:59 PMLumiere
08/29/2022, 8:00 PMSlackbot
08/29/2022, 8:00 PMLumiere
08/29/2022, 8:01 PMbastelfreak
08/29/2022, 8:01 PMPatrick Brideau
08/29/2022, 8:02 PMssl_trust_store
does not seems to work either. I was wondering if it was hardcoded in the puppet code to use only http as there is only http_proxy_host
in puppet.conf
, where you cannot define http
or https
...Lumiere
08/29/2022, 8:02 PMLumiere
08/29/2022, 8:02 PMLumiere
08/29/2022, 8:02 PMLumiere
08/29/2022, 8:03 PMPatrick Brideau
08/29/2022, 8:04 PMSlackbot
08/29/2022, 9:49 PMIsaiah Frantz
08/29/2022, 9:49 PMSlackbot
08/30/2022, 8:01 AMSlackbot
08/30/2022, 12:13 PMBrian Schonecker
08/30/2022, 12:14 PMrequire => Service[autofs]
or
subscribe => Service[autofs]
I've tried different variations of the metaparameters but I've been unsuccessful so far. Is it possible to do what I want?Robert Vincent
08/30/2022, 12:15 PMexec
, you want to use subscribe
.
For idempotent resources, such as file
, you want to use require
.Brian Schonecker
08/30/2022, 12:16 PMrequire => Service[autofs]
or
subscribe => Service[autofs]
I've tried different variations of the metaparameters but I've been unsuccessful so far. Is it possible to do what I want?
It's imperative that the autofs resource get created, autofs restart/reload and then the file resource because I need the autofs file system mounted (automatically of course!) before I start creating files/directories under that mount point.Robert Vincent
08/30/2022, 12:25 PMService[autofs_svc] ~> Autofs::Mount[/my/path] -> File[mounted_file]
Slackbot
08/30/2022, 12:51 PMLee Fisher
08/30/2022, 12:52 PMdefault => $channel
is referencing
Error: Could not parse for environment production: Syntax error at 'default' (file: /etc/puppetlabs/code/environments/production/modules/install_mdatp/manifests/init.pp, line: 16, column: 9)
1st few stanzas:
class install_mdatp (
$channel = 'prod',
$distro = undef,
$version = undef,
) {
case $::osfamily {
'Debian' : {
$release = $channel ? {
'prod' => $facts['os']['distro']['codename']
default => $channel
}
I am marking this as a User issue, not a Microsoft issue.. Any help would be appreciated.Brian Schonecker
08/30/2022, 12:59 PMDavid Sandilands
08/30/2022, 2:01 PMSlackbot
08/30/2022, 3:09 PMSlackbot
08/30/2022, 3:31 PMvchepkov
08/30/2022, 3:37 PMDr Bunsen Honeydew
08/30/2022, 4:45 PMSlackbot
08/30/2022, 6:26 PMLumiere
08/30/2022, 6:38 PM