Hello,
I am using augeas to do some configuration. However our initial
bootstrap didn't install "libaugeas0","libaugeas-ruby","augeas-tools".
I fixed that by setting in my manifests to install those packages. My
puppet runs work as long as I don't use augeas in my manifests.
If I use augeas in my manifests the puppet run stops with:
debug: Puppet::Type::Augeas::ProviderAugeas: false value when expecting true
err: Could not run Puppet configuration client: Could not find a default
provider for augeas
When my initial run doesn't need augeas the augeas dependencies are
installed. If I then need augeas in a following run it works too.
Of course the problem can be fixed by either making sure the augeas
dependencies are installed before my first run without using puppet.
Are there any ways how I can still fix it with puppet?
Thanks!
Rudy
--
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.