Created
August 14, 2012 23:08
-
-
Save cwebberOps/3353787 to your computer and use it in GitHub Desktop.
boundary puppet module fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
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
What's your Puppet declaration? Just 'include boundary'?