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