puppet-sandbox icon indicating copy to clipboard operation
puppet-sandbox copied to clipboard

added local yum repo hosting on puppet server when started as centos

Open paulczar opened this issue 12 years ago • 3 comments

for Centos hosts can put RPM files into repository/yum/ and then run vagrant provision puppet to which will kick off a createrepo to add the RPM into the local repo. centos clients get a sandbox.repo file to auto-point to the yum repo.

also flipped the vagrantfile into a symlink so can easily flip between OS choices.

paulczar avatar Mar 25 '13 04:03 paulczar

Handiwork vs Handywork .. . I guess that's the usual conflict between Aussie English vs U.S. English ... you're lucky I didn't change all your Z's to S's and add U's to a bunch of words :)

paulczar avatar Mar 27 '13 14:03 paulczar

Ha! I hadn't thought about the Aussie angle. :)

I'm +1 for merging this. @elasticdog you wanna weigh in?

phinze avatar Mar 27 '13 15:03 phinze

Sorry for being late to the party on this one...I like the idea, but have some stylistic things that I'd like to clean up. I'd also avoid the symlinked Vagrantfile as editing those is a standard affair when using Vagrant, I'd rather not maintain them when there are version bumps (centos63 -> centos64, etc.), and people's base boxes aren't necessarily going to be named the same.

Give me a bit of time to go through all the commits, and I'll merge once I've cleaned things up. Thanks for the contribution!

elasticdog avatar Apr 03 '13 05:04 elasticdog