Fix typo in name

This commit is contained in:
Andrew Tomaka 2014-01-15 15:34:42 -05:00
parent 1f64dd085f
commit 6ba6bb5df1

View file

@ -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'],
}