Skip to content

Instantly share code, notes, and snippets.

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é",
}
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
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
file { "c:\\install\\Testing-wordsé":
ensure => file,
content => "Testing é",
}
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',
[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
Envgyva'f Punyyratr QP25
Gur Svegf grnz gb pbzcyrgr
gur punyyratr jvyy erprvir
na vaivgngvba gb gur VC
QP26 Ubfcvgnyvgl Fhvgr
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',
)
{
[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
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