Martin,
Still same no work done or no errors.
To explain further, simply I wrote a module. Nad it is inside /etc/puppetlabs/puppet/modules/<mymodule>
2 files: init.pp and params.pp
when I compile or execute it
root@nfaxen-ubu1:/etc/puppetlabs/puppet/modules/site24x7# puppet apply init.pp
Notice: Finished catalog run in 0.27 seconds
Thts the output and no work done.
Are you saying I have to create a another pp file and add this in <include mymodule> and execute it with --noop?