Created
January 30, 2018 22:02
-
-
Save jessereynolds/5416ce7138e242f1f5e786a811da690f to your computer and use it in GitHub Desktop.
pitfalls of copypasta puppet code from exercises pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00000000 EF BF BC EF BF BC 63 6C 61 73 73 20 75 73 65 72 ......class user | |
00000010 73 20 7B 0A 20 20 75 73 65 72 20 7B 20 27 66 75 s {. user { 'fu | |
00000020 6E 64 61 6D 65 6E 74 61 6C 73 27 3A 0A 20 20 20 ndamentals':. | |
00000030 20 65 6E 73 75 72 65 20 20 3D 3E 20 70 72 65 73 ensure => pres | |
00000040 65 6E 74 2C 0A 20 20 7D 0A 7D ent,. }.} | |
00000050 | |
00000060 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment