$ puppet agent -t -E dev |
Info: Using configured environment 'dev' |
Info: Retrieving pluginfacts |
Info: Retrieving plugin |
Info: Retrieving locales |
Info: Caching catalog for XXX |
Info: Applying configuration version '1582303430' |
$ bx puppet plugin download -E dev |
bundler: failed to load command: puppet (/Users/josh/work/puppet/.bundle/ruby/2.3.0/bin/puppet) |
Puppet::Environments::EnvironmentNotFound: Could not find a directory environment named 'dev' anywhere in the path: /Users/josh/.puppetlabs/etc/code/environments. Does the directory exist? |
/Users/josh/work/puppet/lib/puppet/environments.rb:40:in `get!' |
/Users/josh/work/puppet/lib/puppet/application_support.rb:34:in `push_application_context' |
/Users/josh/work/puppet/lib/puppet/application.rb:370:in `run' |
/Users/josh/work/puppet/lib/puppet/util/command_line.rb:143:in `run' |
/Users/josh/work/puppet/lib/puppet/util/command_line.rb:77:in `execute' |
/Users/josh/work/puppet/bin/puppet:5:in `<top (required)>' |
/Users/josh/work/puppet/.bundle/ruby/2.3.0/bin/puppet:22:in `load' |
/Users/josh/work/puppet/.bundle/ruby/2.3.0/bin/puppet:22:in `<top (required)>'
|