Holy Jesus fuck
-
Holy Jesus fuck
That is not a good first impression of puppet
-
Holy Jesus fuck
That is not a good first impression of puppet
@ShadowJonathan hmmm? what is "puppet"?
-
@ShadowJonathan hmmm? what is "puppet"?
@catraxx VM environment manager, basically Ansible but declarative-based
It installs and configures everything you give it
-
@catraxx VM environment manager, basically Ansible but declarative-based
It installs and configures everything you give it
@ShadowJonathan Ah, i see. Thank you.
-
@ShadowJonathan Ah, i see. Thank you.
@catraxx the thing is
It needs configuration from a local source, which means you need to edit or somehow maintain configuration files already on the VM itself
Which is different to Ansible, which can just run remotely (and is intended as such), meaning you can store everything securely centrally
-
@catraxx the thing is
It needs configuration from a local source, which means you need to edit or somehow maintain configuration files already on the VM itself
Which is different to Ansible, which can just run remotely (and is intended as such), meaning you can store everything securely centrally
@ShadowJonathan Yeah i use Ansible quite a bit, it's very useful.