-
Notifications
You must be signed in to change notification settings - Fork 15
Minor fixes #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Minor fixes #17
Conversation
This file contains hidden or 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
Signed-off-by: Jennifer Davis <iennae@gmail.com>
Space missing after comma. action [:enable,:start] Signed-off-by: Jennifer Davis <iennae@gmail.com>
Signed-off-by: Jennifer Davis <iennae@gmail.com>
Signed-off-by: Jennifer Davis <iennae@gmail.com>
...ate metadata with chef version info. Signed-off-by: Jennifer Davis <iennae@gmail.com>
Signed-off-by: Jennifer Davis <iennae@gmail.com>
...ses systemd. [root@dokken /]# systemctl status codedeploy-agent ●くろまる codedeploy-agent.service - LSB: AWS CodeDeploy Host Agent Loaded: loaded (/etc/rc.d/init.d/codedeploy-agent; bad; vendor preset: disabled) Active: active (running) since Mon 2017年07月17日 23:07:11 UTC; 43s ago Docs: man:systemd-sysv-generator(8) Process: 23832 ExecStart=/etc/rc.d/init.d/codedeploy-agent start (code=exited, status=0/SUCCESS) CGroup: /docker/08e204bcffdc2e51f4b198c550e9c1591e8150a053f0fc37a5fedd470d28b904/system.slice/codedeploy-agent.service ├─23914 codedeploy-agent: master 23914 └─23918 codedeploy-agent: booting child Jul 17 23:07:11 dokken systemd[1]: Starting LSB: AWS CodeDeploy Host Agent... Jul 17 23:07:11 dokken codedeploy-agent[23832]: Starting codedeploy-agent: Jul 17 23:07:11 dokken systemd[1]: Started LSB: AWS CodeDeploy Host Agent. Signed-off-by: Jennifer Davis <iennae@gmail.com>
Signed-off-by: Jennifer Davis <iennae@gmail.com>
Signed-off-by: Jennifer Davis <iennae@gmail.com>
... ohai cookbook 4.0 Signed-off-by: Jennifer Davis <iennae@gmail.com>
Hello @iennae, many thanks for your contribution 👏
We are a small team and have not always the time to keep updated the cookbook.
Your contribution is highly appreciate 💯
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just a few minor updates to cleanup cookstyle issues. This also fixes the using upstart on latest centos. Since the docker file only has centos 7 included, I just assumed that systemd was ok which is what chef will do by default so eliminated that line. I also included a dokken driver configuration file which is standard for some of the chef community cookbooks, and also a configuration for amazon linux. I also removed the ohai recipe inclusion as it doesn't do anything right now.