Mark Jaffe
2014-Jan-27 18:45 UTC
[Puppet Users] What is the convention used if I want to pull content from source-control for populating a manifest resource?
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 puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/c0af66b3-a4c4-4f50-bdcd-e04a80b24a7e%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.