chef/cookbooks/cpe_ssh/attributes/default.rb (9 lines of code) (raw):
#
# Cookbook:: cpe_ssh
# Attributes:: default
#
# vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2
#
# Copyright:: (c) 2019-present, Uber Technologies, Inc.
# All rights reserved.
#
# This source code is licensed under the Apache 2.0 license found in the
# LICENSE file in the root directory of this source tree.
#
default['cpe_ssh'] = {
'manage' => false,
'config' => {
'global' => {},
'host' => {},
'ssh_config_host' => {},
},
'known_hosts' => {},
}