search for: vcsrepo

Displaying 20 results from an estimated 21 matches for "vcsrepo".

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 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) ---------...
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 => "...
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...
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'',], ens...
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 mes...
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.or...
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...
2011 Apr 05
0
- vcsrepo to access svn source with basic http authentication
hi, how do you add basic authentication username and password to your source ? -- 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
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
2011 Jul 01
0
pluginsync fails to load custom facts or providers
...ster 2.6.9 is running standalone (no apache/passenger) on centos 5.5 with ruby 1.8.7 (2010-06-23 patchlevel 299) [i386-linux]). master was upgraded from possibly an earlier 2.6.x release, but it never ran 0.25.x. agent is running on os x 10.6.8, puppet 2.6.7, stock ruby 1.8.7. the custom fact and vcsrepo provider are dumped in a module''s lib dir like so: /etc/puppet/modules/growl/ |-- files | `-- tmp | `-- GROWL |-- lib | |-- facter | | `-- facter_dot_d.rb | `-- puppet | |-- provider | | |-- vcsrepo | | | |-- bzr.rb | | | |-- cvs.rb |...
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
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
2013 Nov 01
1
Dynamic Environments, r10k, gitolite and Non-environment Puppet Config
...ment. This all works *really* well, but I would also like to get the rest of the puppet configuration under version control (i.e. puppet.conf, hiera.yaml etc.). It''s no problem to put the files in a repo, but I''m stuck on finding a way to deploy them. I tried using puppetlabs/vcsrepo, but it refuses to deploy files to a directory that isn''t a repository. So I tried blowing away $confdir, then cloning it from the repo, then running r10k to populate the environments subdirectory. This looked ok, but puppet agent runs died horribly, reporting internal server errors (&...
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''
2015 Jun 29
1
puppet files denied by SELinux
.../File[/var/lib/puppet/lib/puppet/parser/functions/getvar.rb]: > Dependency File[/var/lib/puppet/lib] has failures: true > Warning: /File[/var/lib/puppet/lib/puppet/parser/functions/getvar.rb]: > Skipping because of failed dependencies > Notice: /File[/var/lib/puppet/lib/puppet/provider/vcsrepo/cvs.rb]: > Dependency File[/var/lib/puppet/lib] has failures: true > Warning: /File[/var/lib/puppet/lib/puppet/provider/vcsrepo/cvs.rb]: > Skipping because of failed dependencies > Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/strftime.rb]: > Dependency File[/var/lib/pupp...
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys. I am starting out with puppet and am in the process of writing a bootstrap script for the clients and a capistrano recipe for the server. I have the client bootstrap done which installs ruby, puppet, sets a host name, and then points the client at the puppet server and now I am in the process of setting up the puppet server. My first attempt was to set up a git project for puppet, an
2015 Jun 21
2
puppet files denied by SELinux
Hi all, Thanks for all your suggestions. Here's where I'm at with this. Can you give details about your puppetmasterd setup ? it seems that > you're using Foreman as puppet ENC. > Yes, I'm on foreman 1.7.4 and puppet 3.75. You are correct that I'm using foreman, sorry I hadn't thought to mention it! > Foreman works fine with selinux enabled : that's what
2015 Jun 21
0
puppet files denied by SELinux
...dependencies Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/getvar.rb]: Dependency File[/var/lib/puppet/lib] has failures: true Warning: /File[/var/lib/puppet/lib/puppet/parser/functions/getvar.rb]: Skipping because of failed dependencies Notice: /File[/var/lib/puppet/lib/puppet/provider/vcsrepo/cvs.rb]: Dependency File[/var/lib/puppet/lib] has failures: true Warning: /File[/var/lib/puppet/lib/puppet/provider/vcsrepo/cvs.rb]: Skipping because of failed dependencies Notice: /File[/var/lib/puppet/lib/puppet/parser/functions/strftime.rb]: Dependency File[/var/lib/puppet/lib] has failures: tru...
2013 Jul 29
2
puppet apply --hiera_config --> Error: Could not find class
...l 27 20:43 puppetdb drwxr-xr-x 5 root root 4096 Jul 27 20:43 ruby drwxr-xr-x 8 root root 4096 Jul 27 20:43 staging drwxr-xr-x 6 root root 4096 Jul 27 20:43 stdlib drwxr-xr-x 6 root root 4096 Jul 27 20:43 sudoers drwxr-xr-x 4 root root 4096 Jul 29 19:49 users drwxr-xr-x 5 root root 4096 Jul 27 20:43 vcsrepo [root@vserver-151 ~]# The ''users'' module: [root@vserver-151 manifests]# pwd /etc/puppet/modules/management/users/manifests init.pp: # class users { import ''defines/*.pp'' include users::users include users::system include users::apps } [users.pp: # cla...