summaryrefslogtreecommitdiff
path: root/lib/puppet/provider/vcsrepo/p4.rb
AgeCommit message (Collapse)Author
2014-09-17Remove excess whitespaceAaron Stone
2014-07-02Update Markdown with missing Perforce details.Paul Allen
Fix tabs/spaces in p4.rb
2014-06-24Sort keys on hash generate same test result.Paul Allen
Keys in the Client spec were processed out of order and failing tests.
2014-06-24Support streams and fix Marshal for 'p4 cstat'Paul Allen
2014-06-23Add hostname to Digest for default client name.Paul Allen
2014-06-23Added support for p4config.Paul Allen
- Removed p4port, p4client, p4user to keep name space clean. - Changed notify to Puppet.debug - Updated markdown and examples - Updated unit tests
2014-06-20Detab to 2 spaces.Paul Allen
2014-06-20Add support for passing password/ticketPaul Allen
Uses param ‘p4passwd’ to set P4PASSWD environment to pass a valid ticket or password.
2014-06-20Basic Perforce providerPaul Allen
Supports sync and client create/update