The URI scheme for 'source' is either 'puppet' or 'file'. Here is the man page:
http://docs.puppetlabs.com/references/latest/type.html#file-attribute-source To pull from a repository, you should use a subversion manifest that implements checkout. Jon On Monday, January 27, 2014 1:45:30 PM UTC-5, Mark Jaffe wrote: > > Manifest for an app: > > class my_app { > . > . > . > > file { '/etc/sysconfig/my_app/configs': > ensure => directory, > mode => 0755, > source => ' > https://subversion.mycompany.com/repository/project/trunk/model-config', > } > > How would I provide user auth? > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/33875a92-1c20-4ecc-b998-b4624a5241be%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
