cisagov / ansible-role-guacamole

An Ansible role for installing cisagov/guacamole-composition
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Modify script file permissions and name #8

Closed jsf9k closed 4 years ago

jsf9k commented 4 years ago

๐Ÿ—ฃ Description

This pull request renames the setup_guacamole_services.sh script to 02_setup_guacamole_services.sh so that the order in which the scripts that appear in /usr/local/sbin should be run is apparent. It also changes the file permissions on the same script to 0500 to avoid unintentional writes.

๐Ÿ’ญ Motivation and Context

@dav3r and I realized that the naming change would be helpful when he was going through the process of joining a host to the domain. The permission change just adds a little safety.

๐Ÿงช Testing

All pre-commit hooks and molecule tests pass.

๐Ÿšฅ Types of Changes

โœ… Checklist