===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r10k-3.4.1/CHANGELOG.mkd-1127-that a Git module or SVN module called `foo/bar` would be created as
r10k-3.4.1/CHANGELOG.mkd:1128:`$moduledir/foo/bar`, after which r10k would check for stale modules, see a
r10k-3.4.1/CHANGELOG.mkd-1129-module called `foo`, and delete it.
##############################################
r10k-3.4.1/doc/common-patterns.mkd-23-
r10k-3.4.1/doc/common-patterns.mkd:24:All environment content is checked out into `$environmentpath/modules` on the
r10k-3.4.1/doc/common-patterns.mkd-25-node r10k is run on, either your puppet master or each masterless node. Edits
##############################################
r10k-3.4.1/doc/common-patterns.mkd-32-deploy changes from the upstream repositories, eliminating the need for manual
r10k-3.4.1/doc/common-patterns.mkd:33:updates of the `$environmentpath` contents.
r10k-3.4.1/doc/common-patterns.mkd-34-
##############################################
r10k-3.4.1/doc/dynamic-environments/configuration.mkd-192-
r10k-3.4.1/doc/dynamic-environments/configuration.mkd:193:Occurrences of the string `$modifiedenvs` in the postrun command will be
r10k-3.4.1/doc/dynamic-environments/configuration.mkd-194-replaced with the current environment(s) being deployed.
##############################################
r10k-3.4.1/doc/dynamic-environments/master-configuration.mkd-18-The environment requested by the agent or assigned to it by an ENC is looked
r10k-3.4.1/doc/dynamic-environments/master-configuration.mkd:19:for at `$environmentpath/$environment`.
r10k-3.4.1/doc/dynamic-environments/master-configuration.mkd-20-
##############################################
r10k-3.4.1/doc/dynamic-environments/master-configuration.mkd-22-specifies its own modulepath. If not, the default computed modulepath for that
r10k-3.4.1/doc/dynamic-environments/master-configuration.mkd:23:environment is `$environmentpath/$environment/modules:$basemodulepath`.
r10k-3.4.1/doc/dynamic-environments/master-configuration.mkd-24-
##############################################
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-81-Add the **-v** option for verbosity if you need to troubleshoot any errors. The
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd:82:new branch should be located at `$environmentpath/feature`.
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-83-
##############################################
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-135-Deploy via r10k on the master and ensure there are no errors. The *feature*
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd:136:dynamic environment will no longer exist at `$environmentpath/feature` if you
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-137-deleted the branch in your Control repo.
##############################################
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-191-Add the *-v* option for verbosity if you need to troubleshoot any errors. The
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd:192:new branch should be located at `$environmentpath/feature`.
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-193-
##############################################
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-237-Redeploy with r10k on your Puppet Master and ensure there are no errors. The *feature*
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd:238:dynamic environment should no longer exist at `$environmentpath/feature`.
r10k-3.4.1/doc/dynamic-environments/workflow-guide.mkd-239-
##############################################
r10k-3.4.1/lib/r10k/git/alternates.rb-2-
r10k-3.4.1/lib/r10k/git/alternates.rb:3:# Manage `$GIT_DIR/objects/info/alternates`
r10k-3.4.1/lib/r10k/git/alternates.rb-4-#
##############################################
r10k-3.4.1/spec/unit/environment/base_spec.rb-95-
r10k-3.4.1/spec/unit/environment/base_spec.rb:96:        expect(exclusions).to include(/#{Regexp.escape(File.join('apache', '**', '*'))}$/)
r10k-3.4.1/spec/unit/environment/base_spec.rb:97:        expect(exclusions).to include(/#{Regexp.escape(File.join('site', '**', '*'))}$/)
r10k-3.4.1/spec/unit/environment/base_spec.rb-98-      end
##############################################
r10k-3.4.1/spec/unit/environment/base_spec.rb-102-
r10k-3.4.1/spec/unit/environment/base_spec.rb:103:        expect(exclusions).to include(/modules$/)
r10k-3.4.1/spec/unit/environment/base_spec.rb:104:        expect(exclusions).to include(/data\/local$/)
r10k-3.4.1/spec/unit/environment/base_spec.rb:105:        expect(exclusions).to include(/data$/)
r10k-3.4.1/spec/unit/environment/base_spec.rb-106-      end