Index: modules/ssh/manifests/init.pp |
=================================================================== |
--- a/modules/ssh/manifests/init.pp |
+++ b/modules/ssh/manifests/init.pp |
@@ -16,7 +16,7 @@ |
path => '/etc/ssh/sshd_config', |
owner => root, |
group => root, |
- mode => 0644, |
+ mode => '0644', |
require => Package['openssh-server'] |
} |
@@ -29,7 +29,7 @@ |
file {'ssh_config': |
content => template('ssh/ssh_config.erb'), |
group => 'root', |
- mode => 0644, |
+ mode => '0644', |
owner => 'root', |
path => '/etc/ssh/ssh_config', |
require => Package['openssh-client'], |