/usr/share/vim/addons/ftdetect/puppet.vim is in vim-puppet 3.8.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | " detect puppet filetype
au BufRead,BufNewFile *.pp set filetype=puppet
|