[Puppet Users] Re: [Puppet-dev] Re: Draft for new type and provider API

2017-02-07 Thread Thomas Hallgren
On Tue, Feb 7, 2017 at 12:33 PM, David Schmitt wrote: > > I do not understand how extending the puppet dsl on the server helps with > resource management on the agent. > A precursor to this, would of course be able to use the parser on the agent and also have an evaluator tailored for the agent.

[Puppet Users] Re: [Puppet-dev] Re: Draft for new type and provider API

2017-02-07 Thread Thomas Hallgren
Like Martin Afke above, I'm very interested in what could be done using the Puppet Language alone. What use cases can be covered entirely that way? What is not feasible to ever do with PL? Would an API that made it possible to write types and providers PL and hand over tiny tasks to another languag

[Puppet Users] Re: How to include quoted string into a command

2015-12-14 Thread Thomas Hallgren
Try this: command => "echo \"I want to see ${string}\"", i.e. send a double quoted string containing single quotes to the echo command rather than a single quoted string containing single quotes. HTH, - thomas On Sunday, December 13, 2015 at 5:20:00 PM UTC+1, Vadym Chepkov wrote: > > Hi, > > I

Re: [Puppet Users] hiera-puppet no longer installs

2012-08-29 Thread Thomas Hallgren
enabled hiera-puppet should install fine. On Tue, Aug 28, 2012 at 9:26 PM, Thomas Hallgren wrote: I'm unable to install hiera-puppet. Seems it requires hiera ~> 1.0. $ gem install hiera-puppet ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve depend

[Puppet Users] hiera-puppet no longer installs

2012-08-28 Thread Thomas Hallgren
I'm unable to install hiera-puppet. Seems it requires hiera ~> 1.0. $ gem install hiera-puppet ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: hiera-puppet requires hiera (~> 1.0) Hiera installs, but version 0.3.0 $ gem install hiera Fetching: hier

[Puppet Users] Re: The puppet model

2010-11-23 Thread Thomas Hallgren
Thanks Dan. This was very helpful. Regards, Thomas Hallgren -- 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 pu

[Puppet Users] The puppet model

2010-11-23 Thread Thomas Hallgren
Hi, I'm trying to find a formal description of the "Graph based model" that puppet uses but so far I have not been able to find it. Can someone please tell me where to look? Thanks, Thomas Hallgren -- You received this message because you are subscribed to the Google Groups