AlexCline / puppet-fstab

The fstab module helps puppet manage entries in fstab.
7 stars 19 forks source link

Bad unicode characters break things with ruby 1.9 #11

Open bobtfish opened 10 years ago

bobtfish commented 10 years ago

$ bundle exec librarian-puppet install Error: U+2514 from UTF-8 to ISO-8859-1 Error: Try 'puppet help module install' for usage Error executing puppet module install: puppet module install --target-dir '/vagrant/.tmp/librarian/cache/source/puppet/forge/3792e516e3ff92a0ef9f5e827f8e76eb/AlexCline/fstab/version/f1d0aecdf57b18ad8b9fb695e9c45a82' --module_repository 'http://forge.puppetlabs.com' --modulepath '/vagrant/.tmp/librarian/cache/source/puppet/forge/3792e516e3ff92a0ef9f5e827f8e76eb/AlexCline/fstab/version/f1d0aecdf57b18ad8b9fb695e9c45a82' --ignore-dependencies 'AlexCline/fstab'

AlexCline commented 10 years ago

That unicode character isn't in this module so I'm not sure where that error is coming from.

What do you get when you run puppet module install AlexCline/fstab?