I wrote a custom package provider in order to install remotely tar files (a 
bit like yum with rpm files).

When testing I used it on a simple class file with one resource package 
like this :


package {"testpackage":
      ensure => present,
      provider => myprovider,
}

It worked.

When I use it in a more complex class with more resources, if fails as if 
the "install" method was never called (query method is called). Any idea ? 


Puppet version : 3.4.3

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/22a5537e-c6a5-4513-b614-4ef85f05311a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to