Hi Andreas,

the 'pkgutil' provider does not support the 'install_options' Parameter.

So it 's not a problem of puppet here but about the underlying pkgutil
configuration. The -N option is probably not what you want, since I
suppose the dependencies are necessary.
Sorry I'm out hier, I don't have deeper knowledge of the pkgutil configuration.

Bye
Frederik


On Thu, May 8, 2014 at 12:49 PM, Andreas Dvorak
<andreas.dvo...@gmail.com> wrote:
> Hi Frederik,
>
> the packages are all in the CSWsudo package.
>
> I tried /opt/csw/bin/pkgutil -y -i CSWsudo and it has the same dependency
> problem.
> But /opt/csw/bin/pkgutil -N -i CSWsudo does work.
>
> So I tried
>
>           package {'CSWsudo':
>             ensure            => installed,
>             provider          => 'pkgutil',
>             install_options => '-N',
>           }
>
> But again
>
> Error: Execution of '/opt/csw/bin/pkgutil -y -i CSWsudo' returned 1: Solving
> needed dependencies ...
> Warning: CSWcas-migrateconf not in catalog.
> Warning: CSWcas-preserveconf not in catalog.
> Warning: CSWlibz1 not in catalog.
> Package CSWiconv not in catalog. Exiting.
>
> It does not use the -N option.
>
> Best regards
> Andreas
>
> --
> 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/1449dd4c-7700-4c42-a87c-dba243186264%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
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/CACBNComS5T9GyjQwNp4%2BKuw%3DKm7-%3DQ7vG--uVYgMkdd7LE2-Ow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to