Wrap text
Report abuse
one
1
2
3
4
5
6
7
8
|
class "one::two::10" {
}
include "one::two::10"
Could not parse for environment production: Syntax error at 'one::two::10' at /home/rip/test.pp:1
|
two
1
2
3
4
5
6
|
class one::two::10 {
}
include "one::two::10"
Could not parse for environment production: Syntax error at ':' at /home/rip/test.pp:1
|