Skip to content

ferventcoder/puppet-simple_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The files here have different line endings, showing a reproduction of PUP-927.

With the old:

puppet apply --modulepath="~/code/puppetlabs/modules" -e "include simple_templates"

Now with the new:

bundle exec puppet apply --modulepath="~/code/puppetlabs/modules" -e "include simple_templates"

On Windows you want to use something like Notepad++ (choco install notepadplusplus) that can show you line endings on files.

image

On *nix you can just use file /private/tmp/newlines/filename.txt to see how the different files have different line endings.

image

The specific broken cases are:

  • crlf_newlines_template.txt (file with Windows line endings from templates)
  • mixed_newlines_template.txt (files with mixed line endings)

About

A puppet module for reproducing PUP-927

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published