On Nov 4, 12:25 am, Patrick <[email protected]> wrote: > What happens? Error message? Silently fails?
This has been fixed. There were two silly mistakes. First: debian::apt::key is called with a url of "http://ourdelta.org/deb/ ourdelta.gpg", but the code adds $name behind that. Because of that the url returned a 404. The other mistake was that the exec command is missing "; /usr/bin/apt-get -q -q update" so that it actually runs an apt-get update after adding the key. Thanks to the helpful folks on irc for troubleshooting it with me :) Walter -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
