cernops / puppet-vosupport

module to setup supported VOs at a site
Other
1 stars 6 forks source link

Update Modulefile #2

Closed fschaer closed 10 years ago

fschaer commented 10 years ago

modulename incompatible with librarian/puppet module tool

traylenator commented 10 years ago

Hi, It should be

CERNOps-vosupport

this is necessary if we upload to puppetforge

Please can you fix the pull request.

Steve.

fschaer commented 10 years ago

Ah, sorry I hadn't noticed the case on github. Should be ok now.

traylenator commented 10 years ago

For the sake of perfectionism. You can rebase the two commits to one and push -f this.

fschaer commented 10 years ago

Hmpff... my first hard reset + push -f in egit, not so easy ;)

traylenator commented 10 years ago

Thanks for the patch. Perhaps a better way of rebasing and merging those commits is

git rebase -i HEAD^^

will allow to combine the two commits into one and then you git push -f them.

For next time :-)