Search code examples
puppet

Replace import 'nodes/*.pp'?


For those of you who keep individual node files, what did you do (or what are you planning to do) to work around the elimination of the import command in puppet 4?


Solution

  • The documentation is quite clear on that:

    1. Move your formerly imported .pp files into the same directory that holds site.pp
    2. Use this directory as your manifest value in the master configuration