puppetlabs / puppetlabs-node_manager

Create and manage PE node groups as resources.
Apache License 2.0
10 stars 21 forks source link

Remove puppet_environment #23

Closed WhatsARanjit closed 7 years ago

WhatsARanjit commented 7 years ago

This type is really useless. It did have the ability to create/remove environments in the database but didn't do anything as far as deploying code. In any case, there is no reason to create/manage an environment via code. It sounds like a terrible option. As for query environments via RAL, the new face will allow the ability to do:

# puppet node_manager environments
or
# puppet node_manager environments production
WhatsARanjit commented 7 years ago

Docs removed in 0.4.2.

WhatsARanjit commented 7 years ago

Spec tests removed.

WhatsARanjit commented 7 years ago

Removed type and provider in 0.5.0