Lumiere
05/17/2022, 8:49 PMSlackbot
05/17/2022, 8:49 PMsolucien
05/17/2022, 8:56 PMsolucien
05/17/2022, 8:56 PMsolucien
05/17/2022, 8:58 PMsolucien
05/17/2022, 8:59 PMpdk build
command ?solucien
05/17/2022, 9:00 PMscp
to the target machinesolucien
05/17/2022, 9:01 PMpuppet module install my-package-0.1.0.tar.gz
which contains all code, including the roles and profilessolucien
05/17/2022, 9:02 PMpuppet apply
on a init.pp
file within this moduleSlackbot
05/17/2022, 9:03 PMbastelfreak
05/17/2022, 9:04 PMsolucien
05/17/2022, 9:07 PMpuppet install
command is currently:
lti@linfra:~$ puppet module install ~/code/puppet/lti-brotly_net-0.1.0.tar.gz
Notice: Preparing to install into /home/lti/.puppet/etc/code/modules ...
Notice: Downloading from <https://forgeapi.puppet.com> ...
Notice: Installing -- do not interrupt ...
/home/lti/.puppet/etc/code/modules
└── lti-brotly_net (v0.1.0)
solucien
05/17/2022, 9:08 PMNotice: Installing -- do not interrupt ...
/home/lti/.puppet/etc/code/modules
└── lti-brotly_net (v0.1.0)
└── puppet-mysql (12.0.2)
solucien
05/17/2022, 9:08 PMsolucien
05/17/2022, 9:08 PMNotice: Installing -- do not interrupt ...
/home/lti/.puppet/etc/code/modules
└── lti-brotly_net (v0.1.0)
solucien
05/17/2022, 9:09 PMNotice: Installing -- do not interrupt ...
/home/lti/.puppet/etc/code/modules
└── lti-brotly_net (v0.1.0)
└── puppet-mysql (12.0.2)
solucien
05/17/2022, 9:11 PMpuppet install
would push a big lump of code into /home/lti/.puppet/etc/code/modules/lti-brotly_net
solucien
05/17/2022, 9:11 PMpuppet install
would push a big lump of code into /home/lti/.puppet/etc/code/modules/lti-brotly_net
csharpsteen
05/17/2022, 9:53 PMbolt apply module_name --target <ssh://node1>
automates the tar
+ scp
+ puppet apply
on one or more targets.Joshua Smeda
05/18/2022, 8:56 AMbastelfreak
05/18/2022, 9:18 AMJoshua Smeda
05/18/2022, 9:22 AMSlackbot
05/18/2022, 1:12 PMSlackbot
05/18/2022, 1:23 PMcsharpsteen
05/18/2022, 2:12 PMgit revert
of the removal.
However. Using the PuppetDB API and re-shaping the data is going to be the quickest and lowest-impact method for querying that data --- by far.krishna kant mishra
05/18/2022, 3:59 PMLumiere
05/18/2022, 4:07 PMSlackbot
05/18/2022, 4:07 PMkrishna kant mishra
05/18/2022, 4:11 PMLes Shiner
05/18/2022, 5:42 PM