[Puppet Users] Re: Puppet dsl

2011-03-04 Thread Nick Fagerlund


On Mar 4, 9:18 am, Dan Bode d...@puppetlabs.com wrote:
  What language is the compiled thing in? Ruby?

 The compiled artifact is not code, it is data that describes the desired
 state of your system, in the above chart, the artifact you are asking about
 is the catalog.


*nods.* The catalog is just a directed acyclic graph describing
resources and dependencies, which then gets serialized via a common
text data format. It isn't code; it's a document, which gets consumed
by code that knows how to generate events from resources.

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



[Puppet Users] Re: Puppet DSL editor

2010-04-27 Thread SyRenity
Thanks, VIM is cool.

Though I secretly hoped for Eclipse support :).


On Apr 27, 6:27 pm, Peter Meier peter.me...@immerda.ch wrote:
  Is there any editor that can understand puppet DSL with syntax high-
  lighting?

 vim, emacs . At least those are the one for which there are syntax  
 files:http://github.com/reductivelabs/puppet/tree/master/ext/

 I remember that there was also some support for textmate.

 cheers pete

 --
 You received this message because you are subscribed to the Google Groups 
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to 
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/puppet-users?hl=en.

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



Re: [Puppet Users] Re: Puppet DSL editor

2010-04-27 Thread Peter Meier

This might be a good project for someone interested in Eclipse.
Maybe you could take a stab at it using those as a reference and then
we could check them in for others to use?


I talked once with an eclipse contributor about that and he mentioned  
that with the various built in support for DSL stuff in eclipse this  
should be pretty easy. So if anybody gets a person known to that kind  
of things to provide a skeleton it would be pretty easy to adapt  
thing.


From my experience: Pretty easy if you know Eclipse from a developers  
point of view. Which is not that straightforward to learn. Eclipse is  
a beast!


However, I think that Eclipse support would be pretty cool. But yeah,  
I would still mainly stick with vim ;)


cheers pete

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