[PATCH configure] Changed iwhd user.js mode to 600

Richard Su rwsu at redhat.com
Tue Dec 6 21:20:12 UTC 2011


On 12/06/2011 01:19 PM, Richard Su wrote:
> Changed from 700 to 600 because execute is not needed.
> ---
>   recipes/aeolus/manifests/iwhd.pp |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/aeolus/manifests/iwhd.pp b/recipes/aeolus/manifests/iwhd.pp
> index 1e93b01..61579e8 100644
> --- a/recipes/aeolus/manifests/iwhd.pp
> +++ b/recipes/aeolus/manifests/iwhd.pp
> @@ -37,7 +37,7 @@ class aeolus::iwhd inherits aeolus {
>
>       file {"/etc/iwhd/users.js":
>         content =>  template("aeolus/iwhd-users.js"),
> -      mode =>  700,
> +      mode =>  600,
>         require =>  Package['iwhd'] }
>
>       service { 'mongod':

Self ack, pushed.



More information about the aeolus-devel mailing list