summaryrefslogtreecommitdiff
path: root/lib/puppet/provider/vcsrepo/bzr.rb
AgeCommit message (Collapse)Author
2014-05-22Un-optional the non-optional commands.Daniele Sluijters
2014-03-06Call set_ownership from the bzr providerAaron Stone
2013-07-13WhitespaceAaron Stone
2013-03-23"ensure => latest" support for bzrHartmut Holzgraefe
2012-10-18Remove excess whitespace.Aaron Stone
2012-10-18Add a dummy provider, remove 'defaultfor' from all other providers. Resolves ↵Aaron Stone
warning about multiple default providers for :vcsrepo.
2011-11-19Added missing 'working_copy_exists?' method.Marc Fournier
2011-11-03Fix (#10440) by making all commands optionalMatthias Pigulla
This will work around the issue in http://projects.puppetlabs.com/issues/6907, as the agent run will no longer fail if one of the commands is not installed. This gives you enough time to install the necessary packages through Puppet (make sure you get the dependencies right), as the agent won't fail unless you really start accessing the repository.
2010-03-15ensure = latest to support reference tracking.\n\nWorking with tags, more ↵Bruce Williams
work needed for branches (at least with git)
2010-03-14Basic Bazaar supportBruce Williams