pupistry icon indicating copy to clipboard operation
pupistry copied to clipboard

A workflow tool for Puppet Masterless Deployments

Results 6 pupistry issues
Sort by recently updated
recently updated
newest added

In [`lib/pupistry/agent.rb`](https://github.com/jethrocarr/pupistry/blob/master/lib/pupistry/agent.rb#L173) (`build_modulepath` sub) you forcefully prepend '/modules' to the modulepath no matter what. In my case that's rather harmful as I have a environment.conf containing `modulepath = modules/local:modules/external` where...

This is the (sanitised) bootstrap I get ``` #!/bin/bash -x # Bootstrap for CentOS 7 and maybe other EL-derived platforms. # # Note: Amusingly doesn't actually work on RHEL itself,...

Hi, I recently came across pupistry and have been playing with it a little bit. I've only scratched the surface, but it seems like a really nice approach to masterless...

Do you have any thoughts with regard to using pupistry ~and~ masterful puppet on nodes? I'm thinking about a situation where the ops team is managing masterful puppet, manifests, etc....

Currently Pupistry is a bit of a mix of using return codes and using exceptions. We should fix it to properly do exception handling everywhere and dump the use of...

`pupistry diff` is too noisy when doing branches, since any change visible in multiple branches gets diffed multiple times. Additionally, creating a new branch creates an initial mega-diff of what...