Tracked in Github Issues as https://github.com/canonical/cloud-
init/issues/4034

** Bug watch added: github.com/canonical/cloud-init/issues #4034
   https://github.com/canonical/cloud-init/issues/4034

** Changed in: cloud-init
       Status: In Progress => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1992835

Title:
  Missing variable for puppet:aio

Status in cloud-init:
  Expired

Bug description:
  Hi,

  I'm currently testing autoconfiguration in LXD with cloud-init user-
  data set through LXD profiles. Both the host and the guest run Ubuntu
  22.04.

  In user-data:

  puppet:
    exec: false
    start_service: false
    install_type: aio

  fails with error message

  18:49:44 +0200 INFO: Version parameter not defined and no agent detected. 
Assuming latest.
  18:49:44 +0200 INFO: Downloading Puppet latest for Ubuntu...
  18:49:44 +0200 INFO: Ubuntu platform! Lets get you a DEB...
  18:49:44 +0200 INFO: Downloading http://apt.puppet.com/puppet-release-.deb
  18:49:44 +0200 INFO:   to file /tmp/install.sh.1639.62290/puppet-release-.deb
  18:49:44 +0200 INFO: Trying wget...
  18:49:44 +0200 INFO: Retrying... [1/5]
  18:49:44 +0200 INFO: Return code: 8
  18:49:45 +0200 INFO: Retrying... [2/5]
  18:49:45 +0200 INFO: Return code: 8
  18:49:46 +0200 INFO: Retrying... [3/5]
  18:49:46 +0200 INFO: Return code: 8
  18:49:47 +0200 INFO: Retrying... [4/5]
  18:49:48 +0200 INFO: Return code: 8
  18:49:49 +0200 INFO: Retrying... [5/5]
  18:49:49 +0200 INFO: Return code: 8
  18:49:50 +0200 CRIT: ERROR 404
  18:49:50 +0200 CRIT: Unable to retrieve a valid package!

  
  so it tries to download 

  http://apt.puppet.com/puppet-release-.deb

  where obviously the release name is missing, because the correct path
  is

  http://apt.puppet.com/puppet-release-jammy.deb

  
  regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1992835/+subscriptions


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to