fup / vagrant-hitch

Data driven Vagrant Infrastructure - hitch up your vagrant!
MIT License
7 stars 1 forks source link

Puppet Graphs are rendered in each server container. #6

Open jfryman opened 11 years ago

jfryman commented 11 years ago

Looks like that each node defined in hitch tries to render graphdir in a fun and strange way.

puppetd --no-daemonize --debug --onetime --graph --trace --pluginsync --configtimeout 600 --graphdir=/vagrant/graph/janky21.ec2-us-east1.frymanet.com --graphdir=/vagrant/graph/mon1-ext.ec2-us-east1.frymanet.com --graphdir=/vagrant/graph/james.frymanet.com --graphdir=/vagrant/graph/happy.frymanet.com --graphdir=/vagrant/graph/steve.frymanet.com --graphdir=/vagrant/graph/zinc.frymanet.com --graphdir=/vagrant/graph/ext.frymanet.com --graphdir=/vagrant/graph/worker.frymanet.com --graphdir=/vagrant/graph/thor.frymanet.com --certname argon.frymanet.com --server 192.168.150.2

azizshamim commented 11 years ago

is this not expected/desired behaviour? i don't think we have a test on this.

jfryman commented 11 years ago

no, it's not. I only should have a single --graphdir attribute for each command. otherwise, it'll drop the graph for a single node into all of the other graphdirs, making it hard to compare/contrast/etc.

azizshamim commented 11 years ago

that makes sense.