Re: [Puppet Users] Puppet Without Agent

2016-08-15 Thread Craig Dunn
I agree with Lowe Schmidt. Wrong tool for the job. "connect on some servers through SSH and run some command lines" sounds like command orchestration, not configuration management - Rundeck, ansible...etc as said. On Mon, Aug 15, 2016 at 3:57 PM, Lowe Schmidt wrote: > Hey, > > no, sorry. Pup

Re: [Puppet Users] Puppet Without Agent

2016-08-15 Thread Lowe Schmidt
Hey, no, sorry. Puppet cant connect over ssh and run commands for you. You can run the puppet agent without a puppet master, but then you need to transfer the manifest to the machine you want to run on first. There are other tools that lets you run commands or scripts over ssh like fabric or ansi