-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #325 from SimonHoenscheid/shoenscheid_data_in_modules
Implement Data in Modules
- Loading branch information
Showing
38 changed files
with
293 additions
and
508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
ssh::server_package_name: 'openssh-server' | ||
ssh::client_package_name: 'openssh-clients' | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/sbin/sshd' | ||
ssh::sshd_environments_file: '/etc/sysconfig/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/libexec/openssh/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
ssh::server_package_name: 'openssh' | ||
ssh::client_package_name: 'openssh' | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/bin/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'sshd.service' | ||
ssh::sftp_server_path: '/usr/lib/ssh/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'com.openssh.sshd' | ||
ssh::sftp_server_path: '/usr/libexec/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
ssh::server_package_name: 'openssh-server' | ||
ssh::client_package_name: 'openssh-client' | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/sbin/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::sshd_environments_file: '/etc/default/ssh' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'ssh' | ||
ssh::sftp_server_path: '/usr/lib/openssh/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/local/sbin/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/libexec/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/local/sbin/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/libexec/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
ssh::server_package_name: 'openssh' | ||
ssh::client_package_name: 'openssh' | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/sbin/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/lib64/misc/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/libexec/sftp-server' | ||
ssh::host_priv_key_group: 0 | ||
|
||
ssh::sshd_default_options: | ||
ChallengeResponseAuthentication: 'no' | ||
X11Forwarding : 'yes' | ||
PrintMotd : 'no' | ||
AcceptEnv : 'LANG LC_*' | ||
Subsystem : "sftp %{lookup('ssh::sftp_server_path')}" | ||
|
||
ssh::ssh_default_options: | ||
'Host *': | ||
SendEnv: 'LANG LC_*' | ||
HashKnownHosts: 'yes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/lib/ssh/sftp-server' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
ssh::host_priv_key_group: 'ssh_keys' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
ssh::server_package_name: 'openssh-server' | ||
ssh::client_package_name: 'openssh-clients' | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/sbin/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::sshd_environments_file: '/etc/sysconfig/sshd' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/libexec/openssh/sftp-server' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
ssh::sftp_server_path: '/usr/lib64/ssh/sftp-server' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
ssh::sftp_server_path: '/usr/lib64/ssh/sftp-server' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
ssh::service_name: 'sshd' | ||
ssh::sftp_server_path: '/usr/lib/ssh/sftp-server' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'svc:/network/ssh:default' | ||
ssh::sftp_server_path: 'internal-sftp' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
ssh::server_package_name: 'SUNWsshdu' | ||
ssh::client_package_name: 'SUNWsshu' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
ssh::server_package_name: '/service/network/ssh' | ||
ssh::client_package_name: '/network/ssh' | ||
ssh::sshd_binary: '/lib/svc/method/sshd' | ||
ssh::ssh::service_name: 'svc:/network/ssh:default' | ||
|
||
ssh:sshd_default_options: | ||
ChallengeResponseAuthentication: 'no' | ||
X11Forwarding: 'yes' | ||
PrintMotd: 'no' | ||
Subsystem: "sftp %{lookup('ssh::sftp_server_path')}" | ||
HostKey: | ||
- "%{lookup('ssh::sshd_dir')}/ssh_host_rsa_key" | ||
- "%{lookup('ssh::sshd_dir')}/ssh_host_dsa_key" | ||
|
||
ssh::ssh_default_options: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
ssh::server_package_name: 'openssh' | ||
ssh::client_package_name: 'openssh' | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_binary: '/usr/sbin/sshd' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::sshd_environments_file: '/etc/sysconfig/ssh' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::host_priv_key_group: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
ssh::sshd_dir: '/etc/ssh' | ||
ssh::sshd_config: '/etc/ssh/sshd_config' | ||
ssh::ssh_config: '/etc/ssh/ssh_config' | ||
ssh::ssh_known_hosts: '/etc/ssh/ssh_known_hosts' | ||
ssh::service_name: 'svc:/network/ssh:default' | ||
ssh::sftp_server_path: 'internal-sftp' | ||
ssh::host_priv_key_group: 0 | ||
ssh::validate_sshd_file : false | ||
ssh::user_ssh_directory_default_mode: '0700' | ||
ssh::user_ssh_config_default_mode : '0600' | ||
ssh::collect_enabled : true # Collect sshkey resources | ||
ssh::issue_net : '/etc/issue.net' | ||
|
||
ssh::sshd_default_options: | ||
ChallengeResponseAuthentication: 'no' | ||
X11Forwarding: 'yes' | ||
PrintMotd: 'no' | ||
AcceptEnv: 'LANG LC_*' | ||
Subsystem: "sftp %{lookup('ssh::sftp_server_path')}" | ||
UsePAM: 'yes' | ||
|
||
ssh::ssh_default_options: | ||
'Host *': | ||
SendEnv: 'LANG LC_*' | ||
HashKnownHosts: 'yes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
version: 5 | ||
|
||
defaults: | ||
datadir: 'data' | ||
data_hash: 'yaml_data' | ||
|
||
hierarchy: | ||
- name: 'Operating System Family' | ||
path: '%{facts.os.family}.yaml' | ||
|
||
- name: 'Full Version' | ||
path: '%{facts.os.name}-%{facts.os.release.full}.yaml' | ||
|
||
- name: 'Distribution Name' | ||
path: '%{facts.os.name}.yaml' | ||
|
||
- name: 'Major Version' | ||
path: '%{facts.os.name}-%{facts.os.release.major}.yaml' | ||
|
||
- name: 'Major Version with architecture' | ||
path: '%{facts.os.name}-%{facts.os.release.major}-%{facts.os.architecture}.yaml' | ||
|
||
- name: 'common' | ||
path: 'common.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.