>
>
> in a define all resources have to have unique names, error says in some
> case
> you do not. So you're either attempting to make 2 instances where
> application
> is 'agtweb' or something else,
>
> Show the actual code. And the actual code where you make 'agtweb'
> application.
>
>
Sorry here's the code:
Either:
define apache::varwwwatdsrcapp (
$application = 'agtweb',
$client = '',
$envstage = '',
) {
file {
"/var/www/atd/src/${application}":
ensure => directory,
owner => "deploy",
group => "deploy",
mode => 0755,
require => Class['apache::varwwwatdsrc'],
}
}
Or
define apache::varwwwatdsrcapp (
$application = 'agtweb',
$client = '',
$envstage = '',
) {
file {
'/var/www/atd/src/agtweb':
ensure => directory,
owner => "deploy",
group => "deploy",
mode => 0755,
require => Class['apache::varwwwatdsrc'],
}
}
--
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/79dff55f-e972-4a9c-9636-3a0f5f44b84c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.