nesi / puppet-git

22 stars 49 forks source link

Adding more control over packages #20

Closed lieutdan13 closed 11 years ago

lieutdan13 commented 11 years ago

The changes made allows one to specify "ensure = latest", "svn = latest", or "gui = latest", for example.

Aethylred commented 11 years ago

I've been thinking about this one myself, as it will automatically permit version pinning, but the case of ensure => absent is an exceptional case that has to be well handled.

lieutdan13 commented 11 years ago

So for ensure => absent for the git package, do you also want me to make svn and gui absent as well? So having ensure => absent would override your svn and gui values.

Aethylred commented 11 years ago

the new version 0.1.1 should enable this.