Displaying 20 results from an estimated 90000 matches similar to: "- vcsrepo to access svn source with basic http authentication"
2013 Jul 26
1
Enhancement to puppetlabs-vcsrepo
Hello! I was looking at using the puppetlabs-vcsrepo module for a project,
but it seems to be missing a feature I need. Specifically, I need to be
able to do one of the following two things:
svn cat URL > FILENAME
svn export URL
Looking at the code, they do not seem supported. So, after some googling
on modifying providers, I took a stab at it and I added a "export"
parameter.
2010 Jun 24
2
Vcsrepo module use git with certificate
Has anyone tried using this puppet forge module with a certificate?
(puppetlabs/vcsrepo) Any ideas on how to specify via command line to git
what certificate to use?
The only way that I know to tell git to use a specific certificate is to
use the GIT_SSH env variable and specify a script which calls ssh -i ... $@
Silviu
--
You received this message because you are subscribed to the Google
2012 Nov 19
2
vcsrepo: Could not create repository (non-repository at path)
Hi,
I''m running into a problem using the puppetlabs provided vcsrepo-module. It
keeps giving the same error:
--------------
notice: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: Creating repository
from latest
err: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: change from absent to
latest failed: Could not create repository (non-repository at path)
--------------
This is in my
2013 Sep 10
0
vcsrepo: "Error 400 on Server: Invalid parameter provider"
With custom type ''vcsrepo'', I''ve been getting this error ever since I
restarted my master box:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Invalid parameter provider at
/etc/puppet/environments/local/modules/user_mpeebles/manifests/init.pp:56
on node 1001.milespeebles.org
Warning: Not using cache on failed catalog
Error: Could not
2012 Sep 10
0
vcsrepo module git exclude does not working
Hello,
I have using vcsrepo module. I don’t want build directory and
conf/settings.php file. But it fetch ‘conf/settings.php’, ‘build’ from git
repo and overwrite my conf/settings.php.file
How to avoid this
vcsrepo { “/var/www/admin”:
excludes => [''conf/settings.php'', ''build'',],
ensure => latest,
provider => git,
source =>
2013 Apr 09
0
hard reset with vcsrepo?
Is it possible to use vcsrepo to remove uncommitted changes to git repo?
Essentially I am hoping that vcsrepo can keep a local repo in sync with a a
remote repo and revert any modified files and delete any untracked files in
the local working directory that don''t exist in the remote repo.
--
You received this message because you are subscribed to the Google Groups "Puppet
2011 Sep 29
2
http://biggerbras.ca/store/site.php?html50
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
2013 May 20
2
puppet pull code from svn
How can i setup puppet to pull code from A current SVN server?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at
2011 Mar 22
2
about http basic authentication dashboard
Hi,
I am running dashboard 1.1.0rc1 under passenger 3.0.5 and apache 2.2.3
with puppet 2.6.6. Im trying to get urls like this
http://user:password@host
working as suggested in the docs for reporting but atm i did not get
it (401 auth requided). Maybe I am forgetting something? I use a
common .htpasswd file. Auth type Basic, etc.
Sorry if this has been seen in this mailing-list. I searched for
2011 Jul 18
1
Vscrepo and templates
Hi there,
I''m using an older puppet (0.25) and vcsrepo. I''m trying to do something
like this (client-side only, no master involved):
vcsrepo {
"/svn/checkout/":
source => svn://host/path,
revision => $revision,
ensure => present,
provider => "svn"
}
file {
"my_file":
path => "/path/to/file",
ensure
2011 Jul 01
0
pluginsync fails to load custom facts or providers
possibly related to (or the same as) issues 4830 and 2244, i''m getting
errors when adding a custom fact and provider to a module to propagate
to clients.
am i missing something here? i tried the workaround of adding a
fileserver.conf to the master (referenced below and in the tickets)
with no change.
thanks for any help.
here''s a pile of details:
puppetmaster 2.6.9 is running
2011 Nov 18
1
vcstype not checking out specified revision
Hi,
I want to use Vcsrepo type to specify what version gets checked out
under a directory. I found this via:
https://github.com/puppetlabs/puppet-vcsrepo
I used the provide example from README.GIT.markdown in my node definition
vcsrepo { "/tmp/hiera":
ensure => present,
provider => git,
source =>
2012 Oct 23
1
Git clone manifest for windows puppet clinet
Can anybody help to come up with a manifest file, which should instruct a
puppet client running on windows to clone a repository from github directly
to puppet client? Great thanks for help!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2009 Jul 01
6
HTTP as a source for files
Hi all,
I''ve been looking into having Puppet deploy some larger files and I''m
noticing that it ties up puppetmasters quite a bit and can often
result in a timeout if the file is too large. Before I submit a
feature request for a http method for file sources, I would throw it
out to the group and see if anyone had any thoughts on it.
Possible benefits of a HTTP source could be
2011 Feb 23
1
web app deployment on a Debian server
Hello,
I would like to ask your advice for the simplest method to do deployment on a debian server. From my perspective the system should look something like this :
# web server node
node "prod.domain.com" inherits webserver {
webapp::project{app1:
domain => "app1.com",
package => "app1",
version => ''1.1.2''
2010 Apr 15
2
Could not create PID file error when .svn directory exists.
Getting some strange behavior when I try and start the puppetmaster.
I keep my configs in a subversion repository so naturally there
are .svn directories within the puppet config directory.
Not sure why but one of my puppetmaster instances refuses to start
until I remove one specific .svn directory.
No puppet process running.
[root@puppethc01 files]# ps -ef | grep puppet
root 16417 13135 0
2013 Mar 12
4
PuppetDB http web interface user access
Hi All,
Has anyone figured out a nice way to restrict user access to puppetdb''s
http web interface? Such as a .htaccess method or something similar? I
would prefer something along
those lines instead of setting up firewall rules.
-Zane
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2013 Feb 14
8
Checking GIT updates
Hello all,
I''m using puppet to deploy my codebase from GIT. I have everything working,
but i currently don''t have any way to check to make sure there is actually
something TO deploy before it goes through the entire process of deploying
the code. I want to create a conditional that only re-deploys the code if
the revision actually changed.
So far, I can have it as part of
2011 May 21
1
which protocol does Puppet File Resource transfer based on? http? rsync?
which protocol does Puppet File Resource transfer based on? http? or
rsync?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
2008 Dec 09
0
Accessing a file source from a custom function
I''d like to be able to generate the contents of a file resource based on the
contents of another file resources. For example:
File { "/tmp/myfile":
source => "puppet:///mymodule/myfile",
}
File { "/tmp/otherfile":
content =>generate_otherfile(File["/tmp/myfile"])),
}
in this case the generate_otherfile() function will use the resource