I just installed LinuxMint17 Cinanmon in windows virtualbox environment and install ruby and itamae by:
sudo apt-get install ruby
sudo gem i itamae
Then create a recipe.rb
:
package 'git'
and run it by sudo itamae local recipe.rb
, then I got error:
/var/lib/gems/1.9.1/gems/specinfra-2.44.7/lib/specinfra/command_factory.rb:31:in `const_get': uninitialized constant Specinfra::Command::Linuxmint (NameError)
How can I solve the error?