Fic syntax error

This commit is contained in:
Aimon Bustardo 2012-11-07 02:21:45 -08:00
parent 3342b54638
commit 7f73e9fe81

View File

@ -32,7 +32,7 @@ Puppet::Type.newtype(:glance_image) do
newproperty(:id) do
desc 'The unique id of the image'
validate do |v|
raise(Puppet:Error, 'This is a read only property')
raise(Puppet::Error, 'This is a read only property')
end
end