Closed abevoelker closed 11 years ago
Oh, I was going to ask you something on the other issue but you gave me the answer on this one :P
The problem is that you forgot to pass in the -E
parameter to the ./build-ubuntu-box.sh
script ;)
Here's how you should be using it:
PUPPET=1 sudo -E ./build-ubuntu-box.sh precise amd64
This is actually documented on the script and you missed out =/ Do you have any ideas on how I could make this more clear?
For now I'll close the issue but please LMK if it doesn't work for you so we can reopen it :)
Goddamnit. Yeah now it's working fine. -.-
Do you have any ideas on how I could make this more clear?
No, there's nothing you can do - it's documented both in the build scripts and in BOXES.md
. Some amounts of stupidity just can't be stopped! :-)
@abevoelker Dont be so harsh with yourself :)
When trying to run the
build-ubuntu-box.sh
script with e.g.PUPPET=1
, I do not see theinstalling puppet
expected output but instead seeAfter running the generated box I confirmed that Puppet does not get installed. This issue prevented me from properly testing the Ansible script I wrote in PR #182.
Feel free to close this issue if it's not worth your time to investigate. Just thought I'd let you know of what I experienced. Thanks again for the awesome project!