Method: PuppetRepl::Support#modules_paths
- Defined in:
- lib/puppet-repl/support.rb
#modules_paths ⇒ Object
returns all the modules paths defined in the environment
65 66 67 |
# File 'lib/puppet-repl/support.rb', line 65 def modules_paths puppet_environment.full_modulepath end |