Update windows_baseline.pp
This commit is contained in:
parent
32897eb424
commit
14a0d8ccd9
@ -26,8 +26,8 @@ class profile::windows_baseline {
|
||||
|
||||
# USERS
|
||||
user { 'Puppet Demo':
|
||||
ensure => present,
|
||||
groups => ['Administrators'],
|
||||
ensure => present,
|
||||
groups => ['Administrators'],
|
||||
}
|
||||
|
||||
# REG KEYS
|
||||
@ -40,8 +40,8 @@ class profile::windows_baseline {
|
||||
data => 'this is a value new from puppet intro',
|
||||
}
|
||||
registry_value { 'HKEY_LOCAL_MACHINE\Software\Demonstration\value2':
|
||||
type => dword,
|
||||
data => '0xFFFFFFFF',
|
||||
type => dword,
|
||||
data => '0xFFFFFFFF',
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user