bundle agent sshd { # Enable GSSAPIAuthentication (Kerberos). files: debian.!standalone.installation:: "/etc/ssh/sshd_config" edit_line => sshd_conf; } bundle edit_line sshd_conf { replace_patterns: "#GSSAPIAuthentication no" replace_with => value("GSSAPIAuthentication yes"); }