diff options
Diffstat (limited to 'examples/p4/create_client.pp')
-rw-r--r-- | examples/p4/create_client.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/p4/create_client.pp b/examples/p4/create_client.pp index 0f8233a..3cf9160 100644 --- a/examples/p4/create_client.pp +++ b/examples/p4/create_client.pp @@ -1,4 +1,4 @@ vcsrepo { '/tmp/vcstest/p4_client_root': - ensure => present, - provider => 'p4', + ensure => present, + provider => 'p4', } |