Skip to content

Commit 477b485

Browse files
author
Daniel DeGroff
committed
Remove 2016
1 parent a38993a commit 477b485

32 files changed

Lines changed: 58 additions & 58 deletions

File tree

.idea/modules.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chef-repo/cookbooks/2016-security-guide/recipes/default.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

chef-repo/cookbooks/2016-security-guide/.kitchen.yml renamed to chef-repo/cookbooks/security-guide/.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ platforms:
1414
suites:
1515
- name: default
1616
run_list:
17-
- recipe[2016_security_guide::default]
17+
- recipe[security_guide::default]
1818
attributes:
File renamed without changes.

chef-repo/cookbooks/2016-security-guide/README.md renamed to chef-repo/cookbooks/security-guide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 2016_security_guide
1+
# security_guide
22

3-
This is the Chef Cookbook that models all of the server setup based on Inversoft's for the 2016 Security Guide located here:
3+
This is the Chef Cookbook that models all of the server setup based on FusionAuth's Guide to User Data Security found here:
44

5-
https://www.inversoft.com/guides/2016-guide-to-user-data-security
5+
https://fusionauth.io/resources/guide-to-user-data-security
66

77
To use this Chef Cookbook, all you need to do is configure these required attributes:
88

chef-repo/cookbooks/2016-security-guide/attributes/default.rb renamed to chef-repo/cookbooks/security-guide/attributes/default.rb

File renamed without changes.
File renamed without changes.

chef-repo/cookbooks/2016-security-guide/files/default/ssh-logins renamed to chef-repo/cookbooks/security-guide/files/default/ssh-logins

File renamed without changes.

chef-repo/cookbooks/2016-security-guide/files/default/sshd renamed to chef-repo/cookbooks/security-guide/files/default/sshd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@include common-auth
55

66
#
7-
# 2016-SECURITY-GUIDE ADDITION: Google Authenticator module
7+
# SECURITY-GUIDE ADDITION: Google Authenticator module
88
#
99
auth [success=done new_authtok_reqd=done default=die] pam_google_authenticator.so nullok
1010

chef-repo/cookbooks/2016-security-guide/metadata.rb renamed to chef-repo/cookbooks/security-guide/metadata.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name '2016_security_guide'
1+
name 'security_guide'
22
maintainer 'Inversoft'
33
maintainer_email 'brian@inversoft.com'
44
license 'all_rights'
5-
description 'Installs/Configures 2016_security_guide'
6-
long_description 'Installs/Configures 2016_security_guide'
5+
description 'Installs/Configures security_guide'
6+
long_description 'Installs/Configures security_guide'
77
version '0.1.0'
88
attribute 'security_guide/users',
99
:display_name => 'Users',

0 commit comments

Comments
 (0)