sous-chefs / apt

Development repository for the apt cookbook
https://supermarket.chef.io/cookbooks/apt
Apache License 2.0
201 stars 266 forks source link

Ability to set `sensitive` attribute. #150

Closed kwilczynski closed 9 years ago

kwilczynski commented 9 years ago

It would be nice to be able to specify sensitive attribute with apt_repository so that it will be handed down to the underlying file resource. Sometimes you need to add user and password when having to setup a vendor repository that used simple HTTP authentication. Hiding these would be a splendid feature to have.

Let me know @thommay, if you fancy a pull request for this.

thommay commented 9 years ago

:+1: would love one!

kwilczynski commented 9 years ago

@thommay OK :)

kwilczynski commented 9 years ago

@thommay assign me to this issue, so I can track it, if you don't mind.

thommay commented 9 years ago

@kwilczynski irritatingly I can't, unless you're happy to have commit bits on here?

kwilczynski commented 9 years ago

@thommay what if you add me to opscode-cookbooks? I hope there isn't a cliche around this - in the end, I am ex-Chef :) Let me know.

kwilczynski commented 9 years ago

@thommay closed in #160. Sorry for the delay!

thommay commented 9 years ago

@kwilczynski no problemo, thanks much!

kwilczynski commented 9 years ago

@thommay there will be another Pull Request to update documentation.