Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix syntax error
Missing comma.
  • Loading branch information
drt24 committed Jan 27, 2016
1 parent 9346d1f commit 1d3e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kvm.pp
Expand Up @@ -12,7 +12,7 @@

# clone from guest-kvm1
virt { guest-kvm2:
clone => 'guest-kvm1'
clone => 'guest-kvm1',
ensure => running,
virt_type => 'kvm'
}
Expand Down

0 comments on commit 1d3e94d

Please sign in to comment.