On 03/18/2014 10:20 AM, David Schmitt wrote:
>     # parse user "flubb" from title, comment will be "power_key"
>     "flubb: power_key":
>       ensure => present,
>       key    => "...";

This kinda made me frown. What would this manifest express then:

Ssh_authorized_key { ensure => present, user => "customer" }
ssh_authorized_key { "admin: masterkey": key => ... }

(Also, what would a user expect it to express?)

As for "migration"...this would be us looking at deprecating key names
of the proposed form first. Granted, those are unlikely picks, but any
user that *is* afflicted by such a deprecation will have to make some
handstands to cleanly move to a different naming scheme.

Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/532812D6.3030901%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to