On 05/20/2011 01:24 PM, Randall Hansen wrote:
> http://projects.puppetlabs.com/issues/7612
> 
> The exported resources syntax:
> 
>     @@user { luke: ensure => present }
> 
> Is concise and powerful, but very difficult to read. We should
> consider word-based syntax, e.g.:
> 
>     export @user { luke: ensure => present }
> 
> And taking into account #7605, perhaps:
> 
>     export virtual user { luke: ensure => present }
> 

Yes on both counts. My coworkers have often commented on the cryptic
nature of this construct, and googling for 'puppet @@' doesn't return
anything immediately useful. Googling for 'puppet virtual export', on
the other hand, does. In fact, the first hit is the documentation on
Exporting and Collecting Resources.

-- 
Russell A Jackson <[email protected]>
Network Analyst
California State University, Bakersfield

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to