Puppet Class: isp3node::roundcube

Defined in:
manifests/roundcube.pp

Summary

Install and configure Roundcube webmail on this host

Overview

Examples:

include isp3node::roundcube


5
6
7
8
# File 'manifests/roundcube.pp', line 5

class isp3node::roundcube {
  class{'isp3node::roundcube::setup':}
  -> class{'isp3node::roundcube::config':}
}