Skip to content

Commit

Permalink
Added claws-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Dec 22, 2009
1 parent dc1e0d6 commit bc77bb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion Readme.md
Expand Up @@ -11,5 +11,4 @@ Missing items
* Google Chrome
* Firefox
* Adobe AIR
* claws-mail

3 changes: 3 additions & 0 deletions desktop_manifest.rb
Expand Up @@ -19,6 +19,9 @@ class DesktopManifest < ShadowPuppet::Manifest
include X11Puppet
recipe :wmii

include EmailClientPuppet
recipe :claws_mail

# Development
include GeneralDevelopmentPuppet
recipe :general_development
Expand Down
6 changes: 6 additions & 0 deletions lib/email_client_puppet.rb
@@ -0,0 +1,6 @@
module EmailClientPuppet
def claws_mail
package "claws-mail", :ensure => :latest
package "claws-mail-extra-plugins", :ensure => :latest
end
end

0 comments on commit bc77bb6

Please sign in to comment.