You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of the command on the client: puppet agent --onetime --no-daemonize --verbose (only the first part of the output, until the first error appears):
Info: Caching catalog for *******
Info: Applying configuration version '1494868170'
Notice: /Stage[main]/Staging/File[/opt/staging]/ensure: created
Notice: /Stage[main]/Redis/Package[redis]/ensure: ensure changed 'purged' to 'present'
Notice: /Stage[main]/Sensu::Package/Package[sensu-plugin]/ensure: created
Notice: /Stage[main]/Sensu::Package/Group[sensu]/ensure: created
Notice: /Stage[main]/Sensu::Package/User[sensu]/ensure: created
Notice: /Stage[main]/Sensu::Repo::Apt/Apt::Source[sensu]/Apt::Setting[list-sensu]/File[/etc/apt/sources.list.d/sensu.list]/ensure: created
Info: /Stage[main]/Sensu::Repo::Apt/Apt::Source[sensu]/Apt::Setting[list-sensu]/File[/etc/apt/sources.list.d/sensu.list]: Scheduling refresh of Class[Apt::Update]
Info: Apt::Source[sensu]: Scheduling refresh of Exec[apt-update]
Notice: /Stage[main]/Sensu::Repo::Apt/Exec[apt-update]: Triggered 'refresh' from 1 events
Notice: /Stage[main]/Redis/File[redis.conf]/owner: owner changed 'redis' to 'root'
Notice: /Stage[main]/Redis/File[redis.conf]/group: group changed 'redis' to 'root'
Notice: /Stage[main]/Redis/File[redis.conf]/mode: mode changed '0640' to '0644'
Info: /Stage[main]/Redis/File[redis.conf]: Scheduling refresh of Service[redis]
Info: /Stage[main]/Redis/File[redis.conf]: Scheduling refresh of Service[redis]
Info: /Stage[main]/Redis/File[redis.conf]: Scheduling refresh of Service[redis]
Notice: /Stage[main]/Redis/Service[redis]: Triggered 'refresh' from 3 events
Info: Computing checksum on file /etc/apt/apt.conf.d/15update-stamp
Info: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]: Filebucketed /etc/apt/apt.conf.d/15update-stamp to puppet with sum b9de0ac9e2c9854b1bb213e362dc4e41
Notice: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]/content: content changed '{md5}b9de0ac9e2c9854b1bb213e362dc4e41' to '{md5}0962d70c4ec78bbfa6f3544ae0c41974'
Info: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]: Scheduling refresh of Class[Apt::Update]
Notice: /Stage[main]/Apt/File[preferences]/ensure: created
Info: /Stage[main]/Apt/File[preferences]: Scheduling refresh of Class[Apt::Update]
Notice: /Stage[main]/Rabbitmq::Repo::Apt/Apt::Source[rabbitmq]/Apt::Setting[list-rabbitmq]/File[/etc/apt/sources.list.d/rabbitmq.list]/ensure: created
Info: /Stage[main]/Rabbitmq::Repo::Apt/Apt::Source[rabbitmq]/Apt::Setting[list-rabbitmq]/File[/etc/apt/sources.list.d/rabbitmq.list]: Scheduling refresh of Class[Apt::Update]
Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events
Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install sensu' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
sensu
0 upgraded, 1 newly installed, 0 to remove and 51 not upgraded.
Need to get 30.0 MB of archives.
After this operation, 89.0 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
sensu
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
Error: /Stage[main]/Sensu::Package/Package[sensu]/ensure: change from purged to latest failed: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install sensu' returned 100: Reading package lists...
Is this a masterless or master based puppet setup?
It's a master base setup.
Platform and version information
Your OS: Ubuntu 16.04 on the puppet client, 12.04 on the puppet server
Your Ruby version: 2.3.1p112 on the puppet client, 1.9.3p484 on the puppet server
Your version of Puppet: opens source 3.8.5 on the puppet client, 3.7.3 on the puppet server
Your version of Sensu: not so far, the package is not installed by this module
Your version of this module: 2.2.0
Anything else to add that you think will be helpful?
The text was updated successfully, but these errors were encountered:
The problem was caused by the pluginsync settings on the puppet agent. It has to be enabled, see puppet documentation. The weird thing is that no error message appears anywhere about missing (custom) types.
Description of problem
I've tried to install sensu/redis/rabbitmq throug puppet, using the puppet modules
rabbitmq and sensu installed successfully, but sensu not, because the package is unauthenticated. See. output below.
That sensu is also installed.
Use the manifest file below.
Command used and debugging output
This is the manifest file in my modul "sensu_server":
The output of the command on the client:
puppet agent --onetime --no-daemonize --verbose
(only the first part of the output, until the first error appears):It's a master base setup.
Platform and version information
Anything else to add that you think will be helpful?
The text was updated successfully, but these errors were encountered: