Udo Waechter wrote:
> Hello all.
>
> I have just started to implement my first type and a parsed-file 
> provider for it.
>
> It is called nfs_export and it should manage nfs-exports via 
> /etc/exports. First, here is the type:
> http://pastie.org/518506
> and here the parsedfile provider:
> http://pastie.org/518507
>
> Now, this is my absolute first approach to write a provider, there is 
> much functionality that has to be added.
>
> The problem that I have is the following:
>
> - All resources that use $name != $export_point are added on each 
> puppetrun.
>
> I have looked into the crontab provider, which uses a comment line to 
> identify the name.
> Other providers, like malialias' alias.rb do not use this kind of "hack?"
>
> My provider is based on the alias.rb provider. Unfortunately I can not 
> get it to recognize resources by name.
>
> Can someone tell me the solution to this problem?
> Thank you very much,
> udo.
Hi Udo, you might want to check out the puppt-dev list if you don't get 
a response here.

--~--~---------~--~----~------------~-------~--~----~
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