Resource Type: repository
- Defined in:
- lib/puppet/type/repository.rb
- Providers:
-
git
Overview
The path of the repository.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
- /./
Parameters
-
config
The config to pass to the running provider
-
extra
Extra actions or information for a provider
-
force
(defaults to: false)
Whether or not to force reset if the working tree is dirty
-
path
The path of the repository.
-
protocol
The protocol used to fetch the repository.
-
provider
The specific backend to use for this ‘repository` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
source
The remote source for the repository.
-
user
User to run this operation as.