i have a few remote environments where i can only connect from outside but not from inside to outside. for my deployments/configuration needs i used fabric and capistrano that works fine but I have pressure to use a complete configuration system as puppet or chef.
is there a way i can push specific commands via puppet or chef ? (please keep in mind that the remote hosts can not connect to my site where i would have the puppet/chef server)
thanks