Skip to content

Commit a38993a

Browse files
authored
Remove data references
1 parent ad377d7 commit a38993a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2016-security-scripts
1+
# security-scripts
22

33
This project contains a set of bash scripts that can be used to secure a new Linux server. The scripts are broken into parts:
44

@@ -31,7 +31,7 @@ You can also use the Chef Cookbook instead of the `configure.sh` and `setup-new-
3131

3232
```
3333
$ cd chef-repo
34-
$ knife cookbook upload 2016_security_guide
34+
$ knife cookbook upload security_guide
3535
```
3636

3737
This will add the Cookbook to the Chef server that is configured in your `knife.rb` file. From there, you can use the Cookbook to bootstrap your nodes.
@@ -58,4 +58,4 @@ In addition to the required attributes, the Chef Cookbook also takes these optio
5858
* `node['security_guide']['monit']['pushover_user']` - The Pushover user id Monit uses to send Pushover notifications to (defaults to `''`)
5959
* `node['security_guide']['monit']['pushover_enabled']` - Whether or not Pushover notifications are enabled as a String not a boolean (defaults to `'false'`)
6060

61-
You can set these attributes via a node attribute file, role or environment setting. The Chef recipe will verify that you have specified the required attributes and fail if they are absent.
61+
You can set these attributes via a node attribute file, role or environment setting. The Chef recipe will verify that you have specified the required attributes and fail if they are absent.

0 commit comments

Comments
 (0)