Hi guys,

just have faced with strage behavior

have in manifest

line 51
node /us3-slave-1[01].mydomain.net/ {
#blablabla
}

and

line 159
node 'us3-slave-101.mydomain.net' {
#foofoofoo
}

then i get

Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not parse for environment production: Node 'us3-slave-101.mydomain.net'
is already defined at /etc/puppet/manifests/clusters/us3.pp:51; cannot
redefine at /etc/puppet/manifests/clusters/us3.pp:159 on node
us3-slave-11.mydomain.net
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

on any node.


if regex in line 51 changed to

node /us3-slave-(10|11).mydomain.net/ {
#blablabla
}

or to

node /us3-slave-1[10].mydomain.net/ {
#blablabla
}

catalog is compiling successfully.

puppet version 3.2.2,
server runs with apache mod_passenger

Should I post bug?


-- 
Best regards,
Vasil Mikhalenya

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to