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
| file { "c:\\install\\test\\Testing-wordsé": | |
| ensure => file, | |
| content => "Testing é", | |
| } | |
| file { "c:\\install\\test\\Testing-words-copyé": | |
| ensure => file, | |
| source => "c:\\install\\test\\Testing-wordsé", | |
| } |
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
| PS C:\Users\fwdshaunm> $env:LC_ALL='C.UTF-8' | |
| PS C:\Users\fwdshaunm> puppet agent -t | |
| Info: Using configured environment 'production' | |
| Info: Retrieving pluginfacts | |
| Info: Retrieving plugin | |
| Info: Loading facts | |
| Info: Caching catalog for 841710-1rspwb20.davison.local | |
| Info: Applying configuration version '1526314817' | |
| Error: /Stage[main]/Phr_test/File[c:\install\test\Testing-words-copyé]: Could not evaluate: Could not retrieve file meta | |
| data for file:/c:/install/test/Testing-wordsé: invalid byte sequence in US-ASCII |
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
| PS C:\Users\fwdshaunm> $env:LC_ALL='C.UTF-8' | |
| PS C:\Users\fwdshaunm> puppet agent -t | |
| Info: Using configured environment 'production' | |
| Info: Retrieving pluginfacts | |
| Info: Retrieving plugin | |
| Info: Loading facts | |
| Info: Caching catalog for 841710-1rspwb20.davison.local | |
| Info: Applying configuration version '1526314817' | |
| Error: /Stage[main]/Phr_test/File[c:\install\test\Testing-words-copyé]: Could not evaluate: Could not retrieve file meta | |
| data for file:/c:/install/test/Testing-wordsé: invalid byte sequence in US-ASCII |
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
| file { "c:\\install\\Testing-wordsé": | |
| ensure => file, | |
| content => "Testing é", | |
| } |
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
| service { "$play_instance": | |
| enable => true, | |
| ensure => running, | |
| require => [ | |
| File["/etc/init.d/$play_instance"], | |
| File["$play_base_dir/storage"], | |
| Exec["$play_instance-systemctl-reload"], | |
| ], | |
| hasstatus => false, | |
| provider => 'service', |
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
| [root@911259-1rpow001 logs]# puppet agent -t | |
| Info: Using configured environment 'production' | |
| Info: Retrieving pluginfacts | |
| Info: Retrieving plugin | |
| Info: Loading facts | |
| Info: Caching catalog for XYZ | |
| Info: Applying configuration version '1511299108' | |
| Error: /Stage[main]/Phr_obbe/Service[play20]: Could not evaluate: undefined method `status' for Service[play20](provider=service):Puppet::Type::Service::ProviderService |
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
| Envgyva'f Punyyratr QP25 | |
| Gur Svegf grnz gb pbzcyrgr | |
| gur punyyratr jvyy erprvir | |
| na vaivgngvba gb gur VC | |
| QP26 Ubfcvgnyvgl Fhvgr |
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
| class phr_tomcat_win::test ( | |
| $tomcat_release = '8.5.6', | |
| $tomcat_port = '8080', | |
| $parent_inst_dir = 'd:\\tomcat', | |
| $java_home = 'c:\\jre7', | |
| $tomcat_name = 'test', | |
| $tomcat_xms = '4096', | |
| $tomcat_xmx = '4096', | |
| ) | |
| { |
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
| [root@878238-1gpdh001 mnt]# ls -lah */*/* | |
| test/proxy/logs: | |
| total 8.0K | |
| drwxr-xr-x 2 root root 4.0K Jun 28 18:43 . | |
| drwxr-xr-x 3 root root 4.0K Jun 28 18:42 .. | |
| lrwxrwxrwx 1 root root 11 Jan 24 18:52 access.log -> /dev/stdout | |
| lrwxrwxrwx 1 root root 11 Jan 24 18:52 error.log -> /dev/stderr |
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
| services: | |
| proxy: | |
| image: nginx:alpine customized | |
| ports: | |
| - "7001:80" | |
| environment: | |
| - DEFAULT_HOST=betaess2.prismhr.com | |
| read_only: true | |
| volumes: | |
| - /var/run/docker.sock:/tmp/docker.sock:ro |
NewerOlder