Fix typo in name
This commit is contained in:
parent
1f64dd085f
commit
6ba6bb5df1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ file { '/home/atomaka/.ssh/authorized_keys':
|
|||
owner => 'atomaka',
|
||||
group => 'atomaka',
|
||||
mode => '0600',
|
||||
content => file('/tmp/puppet/files/keys/atoamka'),
|
||||
content => file('/tmp/puppet/files/keys/atomaka'),
|
||||
require => File['/home/atomaka/.ssh'],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue