You could just do exec { "gem-install-mysql": command => "gem install mysql --no-rdoc --no-ri -- --with-mysql-config=/usr/bin/mysql_config", }
Then you can rely on require => Exec["gem-install-mysql"] elsewhere. On Mon, Sep 22, 2008 at 2:15 PM, Ed Greenberg <[EMAIL PROTECTED]> wrote: > > I need to do this in puppet: > > gem install mysql --no-rdoc --no-ri -- --with-mysql-config=/usr/bin/ > mysql_config > > Not sure how to express any of the arguments to gem install in my > puppet Package stanza. > > can somebody explain?, > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---