Hi, i spent all day trying to work the vcsrepo module, without success. Im 
doing my own class like this:

class rta-frontend {                                                       
                                                                            
                                                                            
            
  vcsrepo { "/var/www/home":                                               
                                                                            
                                                                            
        
    ensure   => present,                                                   
                                                                            
                                                                            
            
    provider => git,                                                       
                                                                            
                                                                            
            
    source   => "g...@home.org:home.git",                                   
                                                                            
                                                                            
    require  => [ File["/root/.ssh/id_rsa.pub"], Package["git"] ],         
                                                                            
                                                                            
            
  }                                                                         
                                                                            
                                                                            
           
  class { "nginx":                                                         
                                                                            
                                                                            
            
    worker_connections => 4096,                                             
                                                                            
                                                                            
           
    keepalive_timeout => 120,                                               
                                                                            
                                                                            
           
    client_max_body_size => "200m",                                         
                                                                            
                                                                            
           
  }                                                                         
                                                                            
                                                                            
           
  nginx::vhost { "$fqdn" :                                                 
                                                                            
                                                                            
            
    docroot => "/var/www/home",                                             
                                                                            
                                                                            
       
  }                                                                         
                                                                            
                                                                            
           
}       

I dont know why but im getting this error...

Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error 
ArgumentError: Invalid resource type vcsrepo
               
Any ideas?¿ Cheers!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/TLfTqvhPSMwJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to