fgrehm / chef-dokku

Chef cookbook for Dokku
MIT License
50 stars 19 forks source link

LWRP support #15

Open wingrunr21 opened 10 years ago

wingrunr21 commented 10 years ago

Implement LWRPs to handle working with the underlying dokku CLI

fgrehm commented 10 years ago

:thumbsup:

mikexstudios commented 10 years ago

Took a shot at sshcommand LWRP:

https://github.com/mikexstudios/chef-dokku/commit/e9f44e1df2ef9fe28c10722f2410d6de78772438

Is that the right way to do it?

mikexstudios commented 10 years ago

Went ahead and made wrappers for core dokku commands:

https://github.com/mikexstudios/chef-dokku/blob/v0.2.3/resources/app.rb and https://github.com/mikexstudios/chef-dokku/blob/v0.2.3/providers/app.rb