Skip to content

Instantly share code, notes, and snippets.

@adamcrews
Created October 14, 2013 22:29
Show Gist options
  • Save adamcrews/6983331 to your computer and use it in GitHub Desktop.
Save adamcrews/6983331 to your computer and use it in GitHub Desktop.
windows sid
C:\Program Files (x86)\Puppet Labs\Puppet Enterprise\bin>puppet resource file c:\httpd-2.2.25-win32-x86-openssl-0.9.8y.msi
file { 'c:\httpd-2.2.25-win32-x86-openssl-0.9.8y.msi':
ensure => 'file',
content => '{md5}b83edbc9811e27c7b493e35514a820aa',
ctime => '2013-10-14 16:30:31 +0000',
group => 'S-1-5-21-1589796259-2920747512-705253099-513',
mode => '2000700',
mtime => '2013-10-14 16:30:44 +0000',
owner => 'S-1-5-32-544',
type => 'file',
}
C:\Program Files (x86)\Puppet Labs\Puppet Enterprise\bin>puppet resource user S-1-5-32-544
user { 'S-1-5-32-544':
ensure => 'absent',
}
C:\Program Files (x86)\Puppet Labs\Puppet Enterprise\bin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment