Hi all,

I've just started playing with puppetlabs-mysql to replace my nasty legacy manifest for setting up MySQL servers. One thing I'm stuck on, it's easy to set configuration options like "thing = value" but so far I haven't been able to set an option that doesn't take a value, like "thing".

In this case, I want to load the FEDERATED engine which simply needs the word "federated" to appear in the [mysqld] section. I tried 'federated' => '' but this prints "federated =". I tried 'federated' => undef but this makes the option disappear altogether.

Anyone know how to do this?

Cheers,
Jonathan

[1] https://forge.puppetlabs.com/puppetlabs/mysql#usage

--
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/53A990FF.8070405%40bristol.ac.uk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to