natemccurdy
06/17/2022, 9:40 PMjhoblitt
06/17/2022, 9:41 PMnatemccurdy
06/17/2022, 9:42 PMtvaughan
06/17/2022, 9:43 PMjhoblitt
06/17/2022, 9:45 PMjhoblitt
06/17/2022, 9:45 PMjhoblitt
06/17/2022, 9:48 PMtvaughan
06/17/2022, 9:49 PMfile
like I did group
if you really don't want to use an exec 😄jhoblitt
06/17/2022, 9:50 PMtvaughan
06/17/2022, 9:50 PMtvaughan
06/17/2022, 9:51 PMtvaughan
06/17/2022, 9:51 PMjhoblitt
06/17/2022, 9:51 PMtvaughan
06/17/2022, 9:51 PMjhoblitt
06/17/2022, 9:53 PMjhoblitt
06/17/2022, 9:55 PMjhoblitt
06/17/2022, 9:55 PMjhoblitt
06/17/2022, 9:56 PMjhoblitt
06/17/2022, 10:08 PMjhoblitt
06/17/2022, 10:08 PMjhoblitt
06/17/2022, 10:08 PMjhoblitt
06/17/2022, 10:08 PMjhoblitt
06/17/2022, 10:14 PMjhoblitt
06/17/2022, 10:14 PM# XXX the file type's replace param does not work for symlinks
# <https://github.com/puppetlabs/puppet/pull/8643>
# <https://tickets.puppetlabs.com/browse/PUP-10214>
exec { "create but not update ${daq_home} symlink":
path => ['/bin', '/usr/bin'],
command => "ln -snf ${basename($daq::daqsdk::install_path)} ${daq_home}",
# creates => $daq_home, XXX creates will trigger on dangling symlinks
unless => "test -L ${daq_home}",
}
-> file { $daq_home:
owner => $owner,
group => $group,
}
Slackbot
06/20/2022, 11:15 AMSlackbot
06/20/2022, 12:18 PMthiebaut
06/20/2022, 12:20 PMpuppet6-bullseye
):
once I installed the package and run apt update
I’m getting
Err:5 <http://apt.puppetlabs.com> bullseye InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
Reading package lists... Done
W: GPG error: <http://apt.puppetlabs.com> bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
E: The repository '<http://apt.puppetlabs.com> bullseye InRelease' is not signed.
i tried apt-key add DEB-GPG-KEY-puppet-20250406
but it does not work ….
I’m getting
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: [don't know]: invalid packet (ctb=67)
gpg: keydb_get_keyblock failed: Value not found
gpg: [don't know]: invalid packet (ctb=67)
gpg: /tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg: copy to '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg.tmp' failed: Invalid packet
gpg: error writing keyring '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg': Invalid packet
gpg: error reading 'DEB-GPG-KEY-puppet-20250406': Invalid packet
gpg: import from 'DEB-GPG-KEY-puppet-20250406' failed: Invalid packet
thiebaut
06/20/2022, 12:20 PMpuppet6-bullseye
):
once I installed the package and run apt update
I’m getting
Err:5 <http://apt.puppetlabs.com> bullseye InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
Reading package lists... Done
W: GPG error: <http://apt.puppetlabs.com> bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
E: The repository '<http://apt.puppetlabs.com> bullseye InRelease' is not signed.
i tried apt-key add DEB-GPG-KEY-puppet-20250406
but it does not work ….
I’m getting
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: [don't know]: invalid packet (ctb=67)
gpg: keydb_get_keyblock failed: Value not found
gpg: [don't know]: invalid packet (ctb=67)
gpg: /tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg: copy to '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg.tmp' failed: Invalid packet
gpg: error writing keyring '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg': Invalid packet
gpg: error reading 'DEB-GPG-KEY-puppet-20250406': Invalid packet
gpg: import from 'DEB-GPG-KEY-puppet-20250406' failed: Invalid packet
thiebaut
06/20/2022, 12:21 PMpuppet6-bullseye
):
once I installed the package and run apt update
I’m getting
Err:5 <http://apt.puppetlabs.com> bullseye InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
Reading package lists... Done
W: GPG error: <http://apt.puppetlabs.com> bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
E: The repository '<http://apt.puppetlabs.com> bullseye InRelease' is not signed.
i tried apt-key add DEB-GPG-KEY-puppet-20250406
but it does not work ….
I’m getting
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: [don't know]: invalid packet (ctb=67)
gpg: keydb_get_keyblock failed: Value not found
gpg: [don't know]: invalid packet (ctb=67)
gpg: /tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg: copy to '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg.tmp' failed: Invalid packet
gpg: error writing keyring '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg': Invalid packet
gpg: error reading 'DEB-GPG-KEY-puppet-20250406': Invalid packet
gpg: import from 'DEB-GPG-KEY-puppet-20250406' failed: Invalid packet
thiebaut
06/20/2022, 12:21 PMpuppet6-bullseye
):
once I installed the package and run apt update
I’m getting
Err:5 <http://apt.puppetlabs.com> bullseye InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
Reading package lists... Done
W: GPG error: <http://apt.puppetlabs.com> bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4528B6CD9E61EF26
E: The repository '<http://apt.puppetlabs.com> bullseye InRelease' is not signed.
i tried apt-key add DEB-GPG-KEY-puppet-20250406
but it does not work ….
I’m getting
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: [don't know]: invalid packet (ctb=67)
gpg: keydb_get_keyblock failed: Value not found
gpg: [don't know]: invalid packet (ctb=67)
gpg: /tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg: copy to '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg.tmp' failed: Invalid packet
gpg: error writing keyring '/tmp/apt-key-gpghome.qVAxwz4iEk/pubring.gpg': Invalid packet
gpg: error reading 'DEB-GPG-KEY-puppet-20250406': Invalid packet
gpg: import from 'DEB-GPG-KEY-puppet-20250406' failed: Invalid packet