Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created August 14, 2012 23:08
Show Gist options
  • Save cwebberOps/3353787 to your computer and use it in GitHub Desktop.
Save cwebberOps/3353787 to your computer and use it in GitHub Desktop.
boundary puppet module fail
Ign https://apt.boundary.com/ubuntu/ squeeze/universe Translation-en
Ign https://apt.boundary.com/ubuntu/ squeeze/universe Translation-en_US
Ign https://apt.boundary.com squeeze Release
Ign https://apt.boundary.com squeeze/universe i386 Packages
Err https://apt.boundary.com squeeze/universe i386 Packages
The requested URL returned error: 404
W: Failed to fetch https://apt.boundary.com/ubuntu/dists/squeeze/universe/binary-i386/Packages.gz The requested URL returned error: 404
E: Some index files failed to download, they have been ignored, or old ones used instead.
@ryanycoleman
Copy link

What's your Puppet declaration? Just 'include boundary'?

@ryanycoleman
Copy link

It looks like the module is assuming Ubuntu systems when crafting the URL used in the apt source. It should actually be building your apt source to https://apt.boundary.com/debian/dists/squeeze/main/binary-amd64/Packages.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment