csharpsteen
06/12/2023, 3:15 PMn
agents x m
facts is too much data.csharpsteen
06/12/2023, 3:16 PMSlackbot
06/12/2023, 3:36 PMDr Bunsen Honeydew
06/12/2023, 3:36 PMpuppetlabs-vcsrepo
module at https://forge.puppet.com/puppetlabs/vcsrepo?src=slack&channel=puppetStephen
06/13/2023, 4:04 AMDavid Sandilands
06/13/2023, 8:21 AMboats
06/13/2023, 10:04 AMSlackbot
06/13/2023, 12:55 PMDr Bunsen Honeydew
06/13/2023, 1:45 PMPat Riehecky
06/13/2023, 2:08 PMDr Bunsen Honeydew
06/13/2023, 2:08 PMpuppetlabs-rsync
module at https://forge.puppet.com/puppetlabs/rsync?src=slack&channel=puppetDr Bunsen Honeydew
06/13/2023, 2:45 PMJain the Human
06/13/2023, 3:04 PMCVQuesty
06/13/2023, 3:07 PMCVQuesty
06/13/2023, 3:07 PMCVQuesty
06/13/2023, 3:10 PMCVQuesty
06/13/2023, 3:11 PMCVQuesty
06/13/2023, 3:13 PMCVQuesty
06/13/2023, 3:14 PMJain the Human
06/13/2023, 3:15 PMDr Bunsen Honeydew
06/13/2023, 3:45 PMYuan Liu
06/13/2023, 4:52 PMSlackbot
06/13/2023, 4:55 PMtodd.seidenberg
06/13/2023, 9:45 PMtodd.seidenberg
06/13/2023, 9:45 PMtodd.seidenberg
06/13/2023, 9:46 PMtodd.seidenberg
06/13/2023, 9:46 PMtodd.seidenberg
06/13/2023, 9:47 PMif empty($engops_users[$this_user][uid]) {
user { $this_user:
ensure => present,
comment => "${engops_users[$this_user][comment]}",
managehome => true,
groups => $engops_groups,
shell => '/bin/bash',
password_max_age => '-1',
}
} else {
user { $this_user:
ensure => present,
gid => "${engops_users[$this_user][gid]}",
uid => "${engops_users[$this_user][uid]}",
comment => "${engops_users[$this_user][comment]}",
managehome => true,
groups => $engops_groups,
shell => '/bin/bash',
password_max_age => '-1',
}
}
todd.seidenberg
06/13/2023, 9:47 PMtodd.seidenberg
06/13/2023, 9:47 PM