This changes the puppet-lint requirement to 1.1.x, so that we can use puppet-lint plugins. Most of these plugins are for 4.x compat, but some just catch common errors. Change-Id: I3d21236d5bf3b0b6c625e38e20492d35aaa13307changes/25/154125/1
parent
553d098745
commit
d72e768a10
@ -1,4 +1,4 @@
|
||||
class { 'glance::api':
|
||||
class { '::glance::api':
|
||||
debug => true,
|
||||
verbose => true,
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
class { 'glance': }
|
||||
class { '::glance': }
|
||||
|
@ -1,4 +1,4 @@
|
||||
class { 'glance::registry':
|
||||
class { '::glance::registry':
|
||||
debug => true,
|
||||
verbose => true,
|
||||
}
|
||||
|
Loading…
Reference in new issue