puppet-glusterfs
puppet-glusterfs copied to clipboard
usage of the module
Hello, Sorry for posting this as an issue. This isnt an issue, but I am looking for more information on the usage of this module.
Below is what I have done so far -
- Clone the repo into my local modules. /etc/puppet/modules/puppet-glusterfs
- Import the modules in /etc/puppet/manifests/nodes.pp $head nodes.pp import "puppet-glusterfs"
- Include the clients-hostname in the file /etc/puppet/modules/puppet-glusterfs/manifests/init.pp. Modified using the example provided in the README file.
But still the client doesont process the module. Can someone help me on this?